Script started on 2020-12-01 15:40:51-08:00 [TERM="xterm-256color" TTY="/dev/pts/5" COLUMNS="77" LINES="39"]
]0;ellas@ella-pc:~/ella-chipyard/chipyard[01;32m[ellas@ella-pc[01;37m chipyard[01;32m]$[00m docker build - < Dockerfile-ella
Sending build context to Docker daemon  11.78kB


Step 1/28 : FROM ubuntu:18.04
 ---> 2c047404e52d
Step 2/28 : MAINTAINER jacobgadikian@gmail.com
 ---> Using cache
 ---> 0fc71a7a7123
Step 3/28 : RUN apt-get update &&     apt-get upgrade -y &&     mkdir -p /usr/share/man/man1 &&     apt-get install -y                bzip2                ca-certificates                curl                git                gnupg                gzip                libfl2                libfl-dev                locales                mercurial                python-minimal                python-pexpect-doc                netcat                net-tools                openssh-client                parallel                sudo                tar                unzip                wget                xvfb                xxd                zip                ccache                libgoogle-perftools-dev                numactl                zlib1g                jq                openjdk-11-jdk                maven                ant                gradle
 ---> Using cache
 ---> 87156762f3a0
Step 4/28 : RUN apt-get install -y apt-utils
 ---> Using cache
 ---> 8f6afbee470e
Step 5/28 : RUN ln -sf /usr/share/zoneinfo/Etc/UTC /etc/localtime
 ---> Using cache
 ---> 25ab089d0a01
Step 6/28 : RUN locale-gen C.UTF-8 || true
 ---> Using cache
 ---> 4cbabe2d62ca
Step 7/28 : ENV LANG=C.UTF-8
 ---> Using cache
 ---> df0c6a2ad869
Step 8/28 : RUN groupadd --gid 3434 riscvuser     && useradd --uid 3434 --gid riscvuser --shell /bin/bash --create-home riscvuser     && echo 'riscvuser ALL=NOPASSWD: ALL' >> /etc/sudoers.d/50-riscvuser     && echo 'Defaults    env_keep += "DEBIAN_FRONTEND"' >> /etc/sudoers.d/env_keep
 ---> Using cache
 ---> 6c7c8dfcb6b1
Step 9/28 : RUN apt-get update
 ---> Using cache
 ---> a4eb4561d4f1
Step 10/28 : RUN apt-get install -y --no-install-recommends openjfx
 ---> Using cache
 ---> 2118063a9af5
Step 11/28 : RUN apt-get install -y build-essential
 ---> Using cache
 ---> 91c539c2fc7a
Step 12/28 : RUN apt-get update
 ---> Using cache
 ---> 7c07f89c49c4
Step 13/28 : RUN apt-get install -y             autoconf             automake             autotools-dev             babeltrace             bc             curl             device-tree-compiler             expat             flex             gawk             gperf             g++             libexpat-dev             libgmp-dev             libmpc-dev             libmpfr-dev             libtool             libusb-1.0-0-dev             make             patchutils             pkg-config             python3             texinfo             zlib1g-dev             rsync             bison             verilator
 ---> Using cache
 ---> 74a7e0c43523
Step 14/28 : RUN apt-get install -y             libfdt-dev             libglib2.0-dev             libpixman-1-dev
 ---> Using cache
 ---> e846afdecd93
Step 15/28 : ENV HOME="/home/riscvuser"
 ---> Using cache
 ---> 04252ae68643
Step 16/28 : ENV RISCV="$HOME/riscv-tools-install"
 ---> Using cache
 ---> 060a560cef38
Step 17/28 : ENV LD_LIBRARY_PATH="$RISCV/lib"
 ---> Using cache
 ---> 0cc082b7cff3
Step 18/28 : ENV PATH="$RISCV/bin:$PATH"
 ---> Using cache
 ---> d38f378a063e
Step 19/28 : WORKDIR $HOME
 ---> Using cache
 ---> e78fdc1428da
Step 20/28 : USER riscvuser
 ---> Using cache
 ---> 4ef013acb4c5
Step 21/28 : RUN git clone https://github.com/schwarz-em/chipyard.git &&         cd chipyard &&         export MAKEFLAGS=-"j $(nproc)" &&         ./scripts/init-submodules-no-riscv-tools.sh 1>/dev/null
 ---> Using cache
 ---> b4a55c772a76
Step 22/28 : RUN sudo DEBIAN_FRONTEND=noninteractive apt-get install keyboard-configuration &&     sudo DEBIAN_FRONTEND=noninteractive apt-get install -y console-setup
 ---> Using cache
 ---> 53ff15f9846a
Step 23/28 : RUN cd chipyard &&     ./scripts/ubuntu-req.sh 1>/dev/null
 ---> Using cache
 ---> 3b68215fe6b1
Step 24/28 : RUN mvn -version     && ant -version     && gradle -version     && sbt sbtVersion     && verilator --version
 ---> Using cache
 ---> fd74a2659db6
Step 25/28 : RUN cd chipyard &&         export MAKEFLAGS=-"j $(nproc)" && \./scripts/build-toolchains.sh riscv-tools 1>/dev/null
 ---> Running in 7972893ac3e9
[91mCloning into '/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain'...
[0m[91mSubmodule 'qemu' (https://git.qemu.org/git/qemu.git) registered for path 'toolchains/riscv-tools/riscv-gnu-toolchain/qemu'
[0m[91mSubmodule 'riscv-binutils' (https://github.com/riscv/riscv-binutils-gdb.git) registered for path 'toolchains/riscv-tools/riscv-gnu-toolchain/riscv-binutils'
[0m[91mSubmodule 'riscv-dejagnu' (https://github.com/riscv/riscv-dejagnu.git) registered for path 'toolchains/riscv-tools/riscv-gnu-toolchain/riscv-dejagnu'
[0m[91mSubmodule 'riscv-gcc' (https://github.com/riscv/riscv-gcc.git) registered for path 'toolchains/riscv-tools/riscv-gnu-toolchain/riscv-gcc'
[0m[91mSubmodule 'riscv-gdb' (https://github.com/riscv/riscv-binutils-gdb.git) registered for path 'toolchains/riscv-tools/riscv-gnu-toolchain/riscv-gdb'
[0m[91mSubmodule 'riscv-glibc' (https://github.com/riscv/riscv-glibc.git) registered for path 'toolchains/riscv-tools/riscv-gnu-toolchain/riscv-glibc'
[0m[91mSubmodule 'riscv-newlib' (https://github.com/riscv/riscv-newlib.git) registered for path 'toolchains/riscv-tools/riscv-gnu-toolchain/riscv-newlib'
[0m[91mSkipping submodule '../toolchains/riscv-tools/riscv-gnu-toolchain/'
Cloning into '/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/riscv-binutils'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/riscv-dejagnu'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/riscv-gcc'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/riscv-gdb'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/riscv-glibc'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/riscv-newlib'...
[0m[91mconfigure: WARNING: neither ld nor gold are enabled
[0m[91m*** This configuration is not supported in the following subdirectories:
     binutils gas gprof
    (Any other directories should still work fine.)
[0m[91m*** This configuration is not supported in the following subdirectories:
     readline libdecnumber sim gdb
    (Any other directories should still work fine.)
[0m[91mconfigure: WARNING: decimal float is not supported for this target, ignored
[0m[91mar: `u' modifier ignored since `D' is the default (see `U')
[0m[91mar: `u' modifier ignored since `D' is the default (see `U')[0m[91m
[0m[91mar: `u' modifier ignored since `D' is the default (see `U')
[0m[91m/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils/binutils/sysinfo.y[0m[91m: warning: 1 shift/reduce conflict [-Wconflicts-sr]
[0m[91m/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils/binutils/defparse.y: warning: 27 shift/reduce conflicts [-Wconflicts-sr]
[0m[91m/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils/binutils/rcparse.y: warning: 58 shift/reduce conflicts [-Wconflicts-sr]
/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils/binutils/rcparse.y: warning: 10 reduce/reduce conflicts [-Wconflicts-rr]
[0m[91m/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils/binutils/mcparse.y: warning: 1 shift/reduce conflict [-Wconflicts-sr]
[0m[91m/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils/binutils/doc/binutils.texi:819: warning: @ref node name should not contain `.'
/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils/binutils/doc/binutils.texi:1239: warning: @xref node name should not contain `.'
[0m[91m/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils/ld/deffilep.y: warning: 76 shift/reduce conflicts [-Wconflicts-sr]
[0m[91m/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils/ld/ldlex.l:386: warning, rule cannot be matched
[0m[91mld.pod around line 568: Expected '=item *'
[0m[91mPOD document had syntax errors at /usr/bin/pod2man line 71.
[0m[91m/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils/ld/ld.texi:8376: warning: @pxref node name should not contain `.'
[0m[91m/bin/sh: 1: test: false: unexpected operator
[0m[91m*** This configuration is not supported in the following subdirectories:
     zlib target-libquadmath target-libitm target-libsanitizer target-libvtv gnattools gotools target-libada target-libhsail-rt target-libstdc++-v3 target-libphobos target-zlib target-libbacktrace target-libgfortran target-libgo target-libffi target-libobjc target-libgomp target-liboffloadmic target-libatomic target-libssp
    (Any other directories should still work fine.)
[0m[91mconfigure: WARNING: python is missing or unusable; some features may be unavailable.
[0m[91mconfigure: WARNING: libipt is missing or unusable; some features may be unavailable.
[0m[91mobjcopy: /tmp/ls267633: debuglink section already exists
[0m[91mconfigure: WARNING: decimal float is not supported for this target, ignored
[0m[91mar: `u' modifier ignored since `D' is the default (see `U')
[0m[91mar: `u' modifier ignored since `D' is the default (see `U')
[0m[91mconfigure: WARNING: babeltrace is missing or unusable; GDB is unable to read CTF data.
[0m[91m../../../../riscv-gcc/libcpp/expr.c: In function ‘unsigned int cpp_classify_number(cpp_reader*, const cpp_token*, const char**, location_t)’:
../../../../riscv-gcc/libcpp/expr.c:797:18: warning: format not a string literal and no format arguments [-Wformat-security]
        0, message);
                  ^
[0m[91m../../../../riscv-gcc/libcpp/expr.c:800:39: warning: format not a string literal and no format arguments [-Wformat-security]
           virtual_location, 0, message);
                                       ^
[0m[91mlibtool: install: warning: remember to run `libtool --finish /home/riscvuser/chipyard/riscv-tools-install/libexec/gcc/riscv64-unknown-linux-gnu/9.2.0'
[0m[91m../../../../riscv-gcc/libcpp/macro.c: In member function ‘vaopt_state::update_type vaopt_state::update(const cpp_token*)’:
../../../../riscv-gcc/libcpp/macro.c:164:23: warning: format not a string literal and no format arguments [-Wformat-security]
      vaopt_paste_error);
                       ^
[0m[91m../../../../riscv-gcc/libcpp/macro.c:193:24: warning: format not a string literal and no format arguments [-Wformat-security]
       vaopt_paste_error);
                        ^
[0m[91m../../../../riscv-gcc/libcpp/macro.c: In function ‘cpp_macro* create_iso_definition(cpp_reader*)’:
../../../../riscv-gcc/libcpp/macro.c:3385:58: warning: format not a string literal and no format arguments [-Wformat-security]
        cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
                                                          ^
[0m[91m../../../../riscv-gcc/libcpp/macro.c:3400:58: warning: format not a string literal and no format arguments [-Wformat-security]
        cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
                                                          ^
[0m[91mar: `u' modifier ignored since `D' is the default (see `U')
[0m[91m../../../riscv-gcc/libcpp/expr.c: In function ‘unsigned int cpp_classify_number(cpp_reader*, const cpp_token*, const char**, location_t)’:
../../../riscv-gcc/libcpp/expr.c:797:18: warning: format not a string literal and no format arguments [-Wformat-security]
        0, message);
                  ^
../../../riscv-gcc/libcpp/expr.c:800:39: warning: format not a string literal and no format arguments [-Wformat-security]
           virtual_location, 0, message);
                                       ^
[0m[91m/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/sim/riscv/../common/sim-profile.c: In function ‘profile_pc_init’:
[0m[91m/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/sim/riscv/../common/sim-profile.c:566:8: warning: left shift count >= width of type [-Wshift-count-overflow]
    ((1 << sizeof (sim_cia) * (8 - 1))
        ^~
[0m[91m/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/sim/riscv/../common/sim-profile.c:585:21: warning: left shift count >= width of type [-Wshift-count-overflow]
   bucket_size = ((1 << ((sizeof (sim_cia) * 8) - 1))
                     ^~
[0m[91m../../../riscv-gcc/libcpp/macro.c: In member function ‘vaopt_state::update_type vaopt_state::update(const cpp_token*)’:
../../../riscv-gcc/libcpp/macro.c:164:23: warning: format not a string literal and no format arguments [-Wformat-security]
      vaopt_paste_error);
                       ^
../../../riscv-gcc/libcpp/macro.c:193:24: warning: format not a string literal and no format arguments [-Wformat-security]
       vaopt_paste_error);
                        ^
[0m[91m../../../riscv-gcc/libcpp/macro.c: In function ‘cpp_macro* create_iso_definition(cpp_reader*)’:
../../../riscv-gcc/libcpp/macro.c:3385:58: warning: format not a string literal and no format arguments [-Wformat-security]
        cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
                                                          ^
../../../riscv-gcc/libcpp/macro.c:3400:58: warning: format not a string literal and no format arguments [-Wformat-security]
        cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
                                                          ^
[0m[91m/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/sim/riscv/../common/sim-utils.c: In function ‘map_to_str’:
/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/sim/riscv/../common/sim-utils.c:359:18: warning: ‘%ld’ directive writing between 1 and 10 bytes into a region of size 9 [-Wformat-overflow=]
  sprintf (str, "(%ld)", (long) map);
                  ^~~
[0m[91m/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/sim/riscv/../common/sim-utils.c:359:16: note: directive argument in the range [4, 4294967295]
  sprintf (str, "(%ld)", (long) map);
                ^~~~~~~
In file included from /usr/include/stdio.h:862:0,
                 from /home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/sim/riscv/../common/sim-basics.h:37,
                 from /home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/sim/riscv/sim-main.h:24,
                 from /home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/sim/riscv/../common/sim-utils.c:20:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output between 4 and 13 bytes into a destination of size 10
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[91m/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/sim/riscv/../common/sim-utils.c: In function ‘access_to_str’:
/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/sim/riscv/../common/sim-utils.c:389:18: warning: ‘%ld’ directive writing between 2 and 10 bytes into a region of size 9 [-Wformat-overflow=]
  sprintf (str, "(%ld)", (long) access);
                  ^~~
[0m[91m/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/sim/riscv/../common/sim-utils.c:389:16: note: directive argument in the range [16, 4294967295]
  sprintf (str, "(%ld)", (long) access);
                ^~~~~~~
[0m[91mIn file included from /usr/include/stdio.h:862:0,
                 from /home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/sim/riscv/../common/sim-basics.h:37,
                 from /home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/sim/riscv/sim-main.h:24,
                 from /home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/sim/riscv/../common/sim-utils.c:20:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output between 5 and 13 bytes into a destination of size 10
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[91mar: `u' modifier ignored since `D' is the default (see `U')
[0m[91mconfigure: WARNING: decimal float is not supported for this target, ignored
[0m[91mconfigure: WARNING: fixed-point is not supported for this target, ignored
[0m[91m/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/gdb/c-exp.y: warning: 42 shift/reduce conflicts [-Wconflicts-sr]
/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/gdb/c-exp.y: warning: 53 reduce/reduce conflicts [-Wconflicts-rr]
[0m[91m/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/gdb/m2-exp.y: warning: 34 shift/reduce conflicts [-Wconflicts-sr]
[0m[91m/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/gdb/m2-exp.y:301.25-44: warning: rule useless in parser due to conflicts [-Wother]
[0m[91m                         { start_arglist(); }
                         ^^^^^^^^^^^[0m[91m^^^^^^^^^
[0m[91mLinks are now set up to build a cross-compiler
 from x86_64-pc-linux-gnu to riscv64-unknown-linux-gnu.
[0m[91m../../../riscv-gcc/gcc/genhooks.c: In function ‘void emit_documentation(const char*)’:
../../../riscv-gcc/gcc/genhooks.c:131:45: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
   while (fscanf (f, "%*[^@]"), buf[0] = '\0',
                                             ^
../../../riscv-gcc/gcc/genhooks.c:140:14: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
       fscanf (f, "%999s", buf);
       ~~~~~~~^~~~~~~~~~~~~~~~~
[0m[91m../../../riscv-gcc/gcc/genhooks.c:193:14: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
       fscanf (f, "%5[^ \n]", buf);
       ~~~~~~~^~~~~~~~~~~~~~~~~~~~
../../../riscv-gcc/gcc/genhooks.c:199:14: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
       fscanf (f, "%999s", buf);
       ~~~~~~~^~~~~~~~~~~~~~~~~
[0m[91m../../../riscv-gcc/gcc/gengtype-lex.l: In function ‘int yylex(const char**)’:
gengtype-lex.c:357:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
 #define YY_DO_BEFORE_ACTION \
  ~~~~~~~~~~~~~^~~
../../../riscv-gcc/gcc/gengtype-lex.l:119:1: note: in expansion of macro ‘YY_DO_BEFORE_ACTION’
 "GTY"/{EOID}   { return GTY_TOKEN; }
 ^~~~~~~~~~~~~~~~~~~
../../../riscv-gcc/gcc/gengtype-lex.l:114:1: note: here
 "^"     |
 ^~~~
[0m[91mgengtype-lex.c:357:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
 #define YY_DO_BEFORE_ACTION \
  ~~~~~~~~~~~~~^~~
../../../riscv-gcc/gcc/gengtype-lex.l:136:1: note: in expansion of macro ‘YY_DO_BEFORE_ACTION’
 
 ^                  
../../../riscv-gcc/gcc/gengtype-lex.l:132:1: note: here
   size_t len;
 ^ ~~
[0m[91mGIMPLE decision tree has 2874 leafs, maximum depth 12 and a total number of 11721 nodes
[0m[91mremoved 1855 duplicate tails
[0m[91mGENERIC decision tree has 2760 leafs, maximum depth 12 and a total number of 11180 nodes
[0m[91mremoved 1757 duplicate tails
[0m[91m../../../riscv-gcc/gcc/config/riscv/riscv.md:2281:1: warning: operand 0 missing mode?
../../../riscv-gcc/gcc/config/riscv/riscv.md:2303:1: warning: operand 1 missing mode?
../../../riscv-gcc/gcc/config/riscv/riscv.md:2326:1: warning: operand 0 missing mode?
../../../riscv-gcc/gcc/config/riscv/riscv.md:2349:1: warning: operand 1 missing mode?
[0m[91m../../../riscv-gcc/gcc/config/riscv/riscv.md:2415:1: warning: source missing a mode?
[0m[91mStatistics for recog:
  Number of decisions:   1699
  longest path:            32 (code:    188)
  longest backtrack:       13 (code:    336)
[0m[91mStatistics for split_insns:
  Number of decisions:    209
  longest path:            30 (code:     40)
  longest backtrack:        3 (code:     40)
Statistics for peephole2_insns:
  Number of decisions:     22
  longest path:            22 (code:      1)
  longest backtrack:        0 (code:      1)
[0m[91mShared 1212 out of 3026 states by creating 356 new states, saving 856
[0m[91m../../../riscv-gcc/gcc/c/c-typeck.c: In function ‘int convert_arguments(location_t, vec<unsigned int>, tree, vec<tree_node*, va_gc>*, vec<tree_node*, va_gc>*, tree, tree)’:
../../../riscv-gcc/gcc/c/c-typeck.c:3601:28: warning: format not a string literal and no format arguments [-Wformat-security]
    error (invalid_func_diag);
                            ^
[0m[91m../../../riscv-gcc/gcc/c/c-typeck.c: In function ‘tree_node* build_unary_op(location_t, tree_code, tree, bool)’:
../../../riscv-gcc/gcc/c/c-typeck.c:4339:42: warning: format not a string literal and no format arguments [-Wformat-security]
       error_at (location, invalid_op_diag);
                                          ^
[0m[91m../../../riscv-gcc/gcc/c/c-typeck.c: In function ‘void warning_init(location_t, int, const char*)’:
../../../riscv-gcc/gcc/c/c-typeck.c:6400:43: warning: format not a string literal and no format arguments [-Wformat-security]
   warned = warning_at (exploc, opt, gmsgid);
                                           ^
[0m[91m../../../riscv-gcc/gcc/c/c-convert.c: In function ‘tree_node* convert(tree, tree)’:
../../../riscv-gcc/gcc/c/c-convert.c:81:31: warning: format not a string literal and no format arguments [-Wformat-security]
       error (invalid_conv_diag);
                               ^
[0m[91m../../../riscv-gcc/gcc/c/c-typeck.c: In function ‘tree_node* build_binary_op(location_t, tree_code, tree, tree, bool)’:
../../../riscv-gcc/gcc/c/c-typeck.c:11480:42: warning: format not a string literal and no format arguments [-Wformat-security]
       error_at (location, invalid_op_diag);
                                          ^
[0m[91m../../../riscv-gcc/gcc/c-family/c-common.c: In function ‘void c_parse_error(const char*, cpp_ttype, tree, unsigned char, rich_location*)’:
../../../riscv-gcc/gcc/c-family/c-common.c:6144:30: warning: format not a string literal and no format arguments [-Wformat-security]
     error_at (richloc, gmsgid);
                              ^
[0m[91m../../../riscv-gcc/gcc/c-family/c-common.c:6148:33: warning: format not a string literal and no format arguments [-Wformat-security]
       error_at (richloc, message);
                                 ^
[0m[91mIn file included from /home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/gdb/infrun.c:26:0:
/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/gdb/inferior.h: In function ‘void handle_vfork_child_exec_or_exit(int)’:
/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/gdb/inferior.h:606:26: warning: ‘*((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_inferior (m_saved_inf); }
     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/gdb/infrun.c:931:6: note: ‘*((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf’ was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
[0m[91mIn file included from /home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/gdb/inferior.h:49:0,
                 from /home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/gdb/infrun.c:26:
/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/gdb/progspace.h:314:31: warning: ‘*((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_program_space (m_saved_pspace); }
     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/gdb/infrun.c:931:6: note: ‘*((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace’ was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
[0m[91mIn file included from /home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/gdb/exceptions.h:23:0,
                 from /home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/gdb/utils.h:24,
                 from /home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/gdb/defs.h:670,
                 from /home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/gdb/record-btrace.c:22:
/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/gdb/ui-out.h: In function ‘void btrace_insn_history(ui_out*, const btrace_thread_info*, const btrace_insn_iterator*, const btrace_insn_iterator*, gdb_disassembly_flags)’:
/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/gdb/ui-out.h:214:18: warning: ‘asm_list.ui_out_emit_type<(ui_out_type)1>::m_uiout’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     m_uiout->end (Type);
     ~~~~~~~~~~~~~^~~~~~
/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-gdb/gdb/record-btrace.c:786:35: note: ‘asm_list.ui_out_emit_type<(ui_out_type)1>::m_uiout’ was declared here
   gdb::optional<ui_out_emit_list> asm_list;
                                   ^~~~~~~~
[0m[91m../../../riscv-gcc/gcc/fold-const.c: In function ‘void fold_overflow_warning(const char*, warn_strict_overflow_code)’:
../../../riscv-gcc/gcc/fold-const.c:303:42: warning: format not a string literal and no format arguments [-Wformat-security]
     warning (OPT_Wstrict_overflow, gmsgid);
                                          ^
[0m[91m../../../riscv-gcc/gcc/gimple-fold.c: In function ‘bool gimple_fold_builtin_strncpy(gimple_stmt_iterator*, tree, tree, tree)’:
../../../riscv-gcc/gcc/gimple-fold.c:1854:22: warning: unknown conversion type character ‘G’ in format [-Wformat=]
    stmt, fndecl, slen);
                      ^
../../../riscv-gcc/gcc/gimple-fold.c:1854:22: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-fold.c:1854:22: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-fold.c:1858:16: warning: unknown conversion type character ‘G’ in format [-Wformat=]
    stmt, fndecl);
                ^
../../../riscv-gcc/gcc/gimple-fold.c:1858:16: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-fold.c:1858:16: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-fold.c: In function ‘bool gimple_fold_builtin_strncat(gimple_stmt_iterator*)’:
../../../riscv-gcc/gcc/gimple-fold.c:2229:37: warning: unknown conversion type character ‘G’ in format [-Wformat=]
           stmt, fndecl, len, dstsize);
                                     ^
../../../riscv-gcc/gcc/gimple-fold.c:2229:37: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-fold.c:2229:37: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-fold.c:2229:37: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-fold.c:2229:37: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 6 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-fold.c:2229:37: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-fold.c:2246:26: warning: unknown conversion type character ‘G’ in format [-Wformat=]
         stmt, fndecl, len))
                          ^
../../../riscv-gcc/gcc/gimple-fold.c:2246:26: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-fold.c:2246:26: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-isolate-paths.c: In function ‘void find_explicit_erroneous_behavior()’:
../../../riscv-gcc/gcc/gimple-ssa-isolate-paths.c:554:35: warning: format not a string literal and no format arguments [-Wformat-security]
        OPT_Wreturn_local_addr, msg))
                                   ^
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-sprintf.c: In function ‘bool {anonymous}::format_directive(const {anonymous}::sprintf_dom_walker::call_info&, {anonymous}::format_result*, const {anonymous}::directive&, vr_values*)’:
../../../riscv-gcc/gcc/gimple-ssa-sprintf.c:2816:58: warning: unknown conversion type character ‘G’ in format [-Wformat=]
         target_to_host (hostdir, sizeof hostdir, dir.beg));
                                                          ^
../../../riscv-gcc/gcc/gimple-ssa-sprintf.c:2816:58: warning: field precision specifier ‘.*’ expects argument of type ‘int’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-sprintf.c:2816:58: warning: format ‘%s’ expects argument of type ‘char*’, but argument 7 has type ‘int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-sprintf.c:2816:58: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-sprintf.c: In member function ‘bool {anonymous}::sprintf_dom_walker::handle_gimple_call(gimple_stmt_iterator*)’:
../../../riscv-gcc/gcc/gimple-ssa-sprintf.c:4180:22: warning: unknown conversion type character ‘G’ in format [-Wformat=]
         info.callstmt);
                      ^
../../../riscv-gcc/gcc/gimple-ssa-sprintf.c:4180:22: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-sprintf.c:4210:18: warning: unknown conversion type character ‘G’ in format [-Wformat=]
     info.callstmt);
                  ^
../../../riscv-gcc/gcc/gimple-ssa-sprintf.c:4210:18: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c: In function ‘bool {anonymous}::maybe_diag_overlap(location_t, gimple*, {anonymous}::builtin_access&)’:
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: unknown conversion type character ‘G’ in format [-Wformat=]
    offstr[0], offstr[1], ovlsiz[0], offstr[2]);
                                              ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%s’ expects argument of type ‘char*’, but argument 6 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%s’ expects argument of type ‘char*’, but argument 9 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%s’ expects argument of type ‘char*’, but argument 6 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%s’ expects argument of type ‘char*’, but argument 9 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%s’ expects argument of type ‘char*’, but argument 6 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%s’ expects argument of type ‘char*’, but argument 9 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%s’ expects argument of type ‘char*’, but argument 6 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%s’ expects argument of type ‘char*’, but argument 9 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: unknown conversion type character ‘G’ in format [-Wformat=]
          ovlsiz[0], ovlsiz[1], offstr[2]);
                                         ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: format ‘%s’ expects argument of type ‘char*’, but argument 12 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: format ‘%s’ expects argument of type ‘char*’, but argument 12 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: unknown conversion type character ‘G’ in format [-Wformat=]
          offstr[0], offstr[1], ovlsiz[0], offstr[2]);
                                                    ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: format ‘%s’ expects argument of type ‘char*’, but argument 11 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: format ‘%s’ expects argument of type ‘char*’, but argument 11 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: unknown conversion type character ‘G’ in format [-Wformat=]
          offstr[0], offstr[1], ovlsiz[0], offstr[2]);
                                                    ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: format ‘%s’ expects argument of type ‘char*’, but argument 9 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 11 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: format ‘%s’ expects argument of type ‘char*’, but argument 12 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: format ‘%s’ expects argument of type ‘char*’, but argument 9 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 11 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: format ‘%s’ expects argument of type ‘char*’, but argument 12 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1490:13: warning: unknown conversion type character ‘G’ in format [-Wformat=]
    offstr[2]);
             ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1490:13: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1490:13: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1490:13: warning: format ‘%s’ expects argument of type ‘char*’, but argument 7 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1490:13: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 9 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1490:13: warning: format ‘%s’ expects argument of type ‘char*’, but argument 11 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1490:13: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1497:46: warning: unknown conversion type character ‘G’ in format [-Wformat=]
    offstr[0], offstr[1], ovlsiz[0], offstr[2]);
                                              ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1497:46: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1497:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1497:46: warning: format ‘%s’ expects argument of type ‘char*’, but argument 7 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1497:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 9 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1497:46: warning: format ‘%s’ expects argument of type ‘char*’, but argument 10 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1497:46: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: unknown conversion type character ‘G’ in format [-Wformat=]
      ovlsiz[0], offstr[2]);
                          ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: format ‘%s’ expects argument of type ‘char*’, but argument 11 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: format ‘%s’ expects argument of type ‘char*’, but argument 11 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1518:38: warning: unknown conversion type character ‘G’ in format [-Wformat=]
       ovlsiz[0], ovlsiz[1], offstr[2]);
                                      ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1518:38: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1518:38: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1518:38: warning: format ‘%s’ expects argument of type ‘char*’, but argument 6 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1518:38: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1518:38: warning: format ‘%s’ expects argument of type ‘char*’, but argument 10 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1518:38: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1524:27: warning: unknown conversion type character ‘G’ in format [-Wformat=]
       ovlsiz[0], offstr[2]);
                           ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1524:27: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1524:27: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1524:27: warning: format ‘%s’ expects argument of type ‘char*’, but argument 6 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1524:27: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1524:27: warning: format ‘%s’ expects argument of type ‘char*’, but argument 9 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1524:27: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1553:44: warning: unknown conversion type character ‘G’ in format [-Wformat=]
          call, func, sizrange[1], ovlsiz[1]);
                                            ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1553:44: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1553:44: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1553:44: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1553:44: warning: unknown conversion type character ‘G’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1553:44: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1553:44: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1553:44: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: unknown conversion type character ‘G’ in format [-Wformat=]
          ovlsiz[1], offstr[2]);
                              ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: format ‘%s’ expects argument of type ‘char*’, but argument 11 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: unknown conversion type character ‘G’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: format ‘%s’ expects argument of type ‘char*’, but argument 11 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1571:40: warning: unknown conversion type character ‘G’ in format [-Wformat=]
      call, func, sizrange[1], ovlsiz[1]);
                                        ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1571:40: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1571:40: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1571:40: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1571:40: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1571:40: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1571:40: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1571:40: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: unknown conversion type character ‘G’ in format [-Wformat=]
      ovlsiz[1], offstr[2]);
                          ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: format ‘%s’ expects argument of type ‘char*’, but argument 11 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: format ‘%s’ expects argument of type ‘char*’, but argument 11 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1591:53: warning: unknown conversion type character ‘G’ in format [-Wformat=]
      call, func, sizrange[0], sizrange[1], ovlsiz[1]);
                                                     ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1591:53: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1591:53: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1591:53: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1591:53: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1591:53: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1591:53: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1591:53: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: unknown conversion type character ‘G’ in format [-Wformat=]
      offstr[0], offstr[1], ovlsiz[1], offstr[2]);
                                                ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: format ‘%s’ expects argument of type ‘char*’, but argument 9 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 11 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: format ‘%s’ expects argument of type ‘char*’, but argument 12 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: format ‘%s’ expects argument of type ‘char*’, but argument 9 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 11 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: format ‘%s’ expects argument of type ‘char*’, but argument 12 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: unknown conversion type character ‘G’ in format [-Wformat=]
       ovlsiz[1], offstr[2]);
                           ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: format ‘%s’ expects argument of type ‘char*’, but argument 11 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: format ‘%s’ expects argument of type ‘char*’, but argument 11 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c: In function ‘bool {anonymous}::maybe_diag_access_bounds(location_t, gimple*, tree, int, const {anonymous}::builtin_memref&, bool)’:
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1655:32: warning: unknown conversion type character ‘G’ in format [-Wformat=]
           maxobjsize.to_uhwi ());
                                ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1655:32: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1655:32: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1655:32: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1662:30: warning: unknown conversion type character ‘G’ in format [-Wformat=]
         maxobjsize.to_uhwi ());
                              ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1662:30: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1662:30: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1662:30: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1719:58: warning: unknown conversion type character ‘G’ in format [-Wformat=]
      call, func, rangestr[0], rangestr[1], ref.base, type))
                                                          ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1719:58: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1719:58: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1719:58: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 7 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1719:58: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1729:42: warning: unknown conversion type character ‘G’ in format [-Wformat=]
      call, func, rangestr[0], rangestr[1]);
                                          ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1729:42: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1729:42: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1729:42: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1735:45: warning: unknown conversion type character ‘G’ in format [-Wformat=]
         call, func, rangestr[0], rangestr[1]);
                                             ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1735:45: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1735:45: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1735:45: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1756:40: warning: unknown conversion type character ‘G’ in format [-Wformat=]
          ref.base, TREE_TYPE (ref.base)))
                                        ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1756:40: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1756:40: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1756:40: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 6 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1756:40: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 7 has type ‘long unsigned int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1756:40: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1756:40: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1756:40: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1756:40: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 6 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1756:40: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 7 has type ‘long unsigned int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1756:40: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1764:39: warning: unknown conversion type character ‘G’ in format [-Wformat=]
         ref.base, TREE_TYPE (ref.base)))
                                       ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1764:39: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1764:39: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1764:39: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1764:39: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1764:39: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1764:39: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1764:39: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1764:39: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1778:57: warning: unknown conversion type character ‘G’ in format [-Wformat=]
         call, func, rangestr[0], ref.basesize.to_uhwi ());
                                                         ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1778:57: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1778:57: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1778:57: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 6 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1778:57: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1778:57: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1778:57: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1778:57: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 6 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1778:57: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1784:32: warning: unknown conversion type character ‘G’ in format [-Wformat=]
         call, func, rangestr[0]);
                                ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1784:32: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1784:32: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1784:32: warning: unknown conversion type character ‘G’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1784:32: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1784:32: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1784:32: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1796:46: warning: unknown conversion type character ‘G’ in format [-Wformat=]
       call, func, rangestr[0], ref.base, type);
                                              ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1796:46: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1796:46: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1796:46: warning: format ‘%E’ expects argument of type ‘tree_node*’, but argument 6 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1796:46: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1808:28: warning: unknown conversion type character ‘G’ in format [-Wformat=]
       ref.refoff.to_uhwi ());
                            ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1808:28: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1808:28: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1808:28: warning: format ‘%E’ expects argument of type ‘tree_node*’, but argument 6 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1808:28: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 9 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1808:28: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c: In function ‘int check_bounds_or_overlap(gimple*, tree, tree, tree, tree, bool, bool)’:
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1981:19: warning: unknown conversion type character ‘G’ in format [-Wformat=]
         call, func);
                   ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1981:19: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1981:19: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/hsa-gen.c: In member function ‘void omp_simple_builtin::generate(gimple*, hsa_bb*)’:
../../../riscv-gcc/gcc/hsa-gen.c:88:32: warning: format not a string literal and no format arguments [-Wformat-security]
       inform (location, message); \
                                ^
../../../riscv-gcc/gcc/hsa-gen.c:4548:2: note: in expansion of macro ‘HSA_SORRY_AT’
  HSA_SORRY_AT (gimple_location (stmt), m_warning_message);
  ^~~~~~~~~~~~
../../../riscv-gcc/gcc/hsa-gen.c:4555:68: warning: format not a string literal and no format arguments [-Wformat-security]
     warning_at (gimple_location (stmt), OPT_Whsa, m_warning_message);
                                                                    ^
[0m[91m../../../riscv-gcc/gcc/ipa-devirt.c: In function ‘void warn_odr(tree, tree, tree, tree, bool, bool*, const char*)’:
../../../riscv-gcc/gcc/ipa-devirt.c:1050:47: warning: format not a string literal and no format arguments [-Wformat-security]
   inform (DECL_SOURCE_LOCATION (decl2), reason);
                                               ^
[0m[91m../../../riscv-gcc/gcc/reload1.c: In function ‘void elimination_costs_in_insn(rtx_insn*)’:
../../../riscv-gcc/gcc/reload1.c:3754:28: warning: ‘orig_dup[0]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     *recog_data.dup_loc[i] = orig_dup[i];
     ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
[0m[91m../../../riscv-gcc/gcc/tree-ssa-ccp.c: In member function ‘virtual unsigned int {anonymous}::pass_post_ipa_warn::execute(function*)’:
../../../riscv-gcc/gcc/tree-ssa-ccp.c:3460:34: warning: unknown conversion type character ‘G’ in format [-Wformat=]
           "expected", stmt, i + 1))
                                  ^
[0m[91m../../../riscv-gcc/gcc/tree-ssa-ccp.c:3460:34: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-ccp.c:3460:34: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/tree-ssa-strlen.c: In function ‘bool maybe_diag_stxncpy_trunc(gimple_stmt_iterator, tree, tree)’:
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2101:21: warning: unknown conversion type character ‘G’ in format [-Wformat=]
      stmt, func, cnt);
                     ^
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2101:21: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2101:21: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2101:21: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2101:21: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2101:21: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/tree-ssa-strlen.c:2115:46: warning: unknown conversion type character ‘G’ in format [-Wformat=]
       stmt, func, cnt, lenrange[0].to_uhwi ());
                                              ^
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2115:46: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2115:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2115:46: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2115:46: warning: unknown conversion type character ‘G’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/tree-ssa-strlen.c:2115:46: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2115:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2115:46: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/tree-ssa-strlen.c:2121:52: warning: unknown conversion type character ‘G’ in format [-Wformat=]
      cntrange[1].to_uhwi (), lenrange[0].to_uhwi ());
                                                    ^
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2121:52: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2121:52: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2121:52: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/tree-ssa-strlen.c:2134:46: warning: unknown conversion type character ‘G’ in format [-Wformat=]
       stmt, func, cnt, lenrange[1].to_uhwi ());
                                              ^
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2134:46: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2134:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2134:46: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2134:46: warning: unknown conversion type character ‘G’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/tree-ssa-strlen.c:2134:46: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2134:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2134:46: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/tree-ssa-strlen.c:2140:52: warning: unknown conversion type character ‘G’ in format [-Wformat=]
      cntrange[1].to_uhwi (), lenrange[1].to_uhwi ());
                                                    ^
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2140:52: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2140:52: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2140:52: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/tree-ssa-strlen.c:2156:55: warning: unknown conversion type character ‘G’ in format [-Wformat=]
         cntrange[1].to_uhwi (), lenrange[0].to_uhwi ());
                                                       ^
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2156:55: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2156:55: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2156:55: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/tree-ssa-strlen.c:2182:22: warning: unknown conversion type character ‘G’ in format [-Wformat=]
       stmt, func, cnt);
                      ^
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2182:22: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2182:22: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/tree-ssa-strlen.c: In function ‘void handle_builtin_stxncpy(built_in_function, gimple_stmt_iterator*)’:
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2295:18: warning: unknown conversion type character ‘G’ in format [-Wformat=]
        stmt, func))
                  ^
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2295:18: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2295:18: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2301:15: warning: unknown conversion type character ‘G’ in format [-Wformat=]
     stmt, func);
               ^
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2301:15: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2301:15: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/collect2.c: In function ‘void scan_prog_file(const char*, scanpass, scanfilter)’:
../../../riscv-gcc/gcc/collect2.c:2463:37: warning: format not a string literal and no format arguments [-Wformat-security]
  fatal_error (input_location, errmsg);
                                     ^
[0m[91m../../../riscv-gcc/gcc/collect-utils.c: In function ‘pex_obj* collect_execute(const char*, char**, const char*, const char*, int, bool)’:
../../../riscv-gcc/gcc/collect-utils.c:195:37: warning: format not a string literal and no format arguments [-Wformat-security]
  fatal_error (input_location, errmsg);
                                     ^
[0m[91m../../../riscv-gcc/gcc/lto-wrapper.c: In function ‘bool find_and_merge_options(int, off_t, const char*, cl_decoded_option**, unsigned int*, const char*)’:
../../../riscv-gcc/gcc/lto-wrapper.c:1005:8: warning: ignoring return value of ‘ssize_t read(int, void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
   read (fd, data, length);
   ~~~~~^~~~~~~~~~~~~~~~~~
[0m[91m../../../riscv-gcc/gcc/gengtype-lex.l: In function ‘int yylex(const char**)’:
gengtype-lex.c:357:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
 #define YY_DO_BEFORE_ACTION \
  ~~~~~~~~~~~~~^~~
../../../riscv-gcc/gcc/gengtype-lex.l:119:1: note: in expansion of macro ‘YY_DO_BEFORE_ACTION’
 "GTY"/{EOID}   { return GTY_TOKEN; }
 ^~~~~~~~~~~~~~~~~~~
../../../riscv-gcc/gcc/gengtype-lex.l:114:1: note: here
 "^"     |
 ^~~~
[0m[91mgengtype-lex.c:357:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
 #define YY_DO_BEFORE_ACTION \
  ~~~~~~~~~~~~~^~~
../../../riscv-gcc/gcc/gengtype-lex.l:136:1: note: in expansion of macro ‘YY_DO_BEFORE_ACTION’
 
 ^                  
[0m[91m../../../riscv-gcc/gcc/gengtype-lex.l:132:1: note: here
   size_t len;
 ^ ~~
[0m[91m../../../riscv-gcc/gcc/gcc.c: In function ‘long unsigned int get_random_number()’:
../../../riscv-gcc/gcc/gcc.c:9639:12: warning: ignoring return value of ‘ssize_t read(int, void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
       read (fd, &ret, sizeof (HOST_WIDE_INT));
       ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[91m../../../riscv-gcc/gcc/gcc.c: In function ‘void do_report_bug(const char**, int, char**, char**)’:
../../../riscv-gcc/gcc/gcc.c:6999:9: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
   write (fd, "\n//", 3);
   ~~~~~~^~~~~~~~~~~~~~~
[0m[91m../../../riscv-gcc/gcc/gcc.c:7002:13: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
       write (fd, " ", 1);
       ~~~~~~^~~~~~~~~~~~
[0m[91m../../../riscv-gcc/gcc/gcc.c:7003:13: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
       write (fd, new_argv[i], strlen (new_argv[i]));
       ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[91m../../../riscv-gcc/gcc/gcc.c:7005:9: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
   write (fd, "\n\n", 2);
   ~~~~~~^~~~~~~~~~~~~~~
[0m[91m../../../riscv-gcc/gcc/lto/lto.c: In function ‘void lto_resolution_read(splay_tree, FILE*, lto_file*)’:
../../../riscv-gcc/gcc/lto/lto.c:1918:10: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
   fscanf (resolution, " ");   /* Read white space. */
   ~~~~~~~^~~~~~~~~~~~~~~~~
../../../riscv-gcc/gcc/lto/lto.c:1920:9: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
   fread (obj_name, sizeof (char), name_len, resolution);
   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../riscv-gcc/gcc/lto/lto.c:1940:10: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
   fscanf (resolution, "%u", &num_symbols);
   ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[91mApplying io_quotes_use            to drm/exynos_drm.h
[0m[91mApplying io_quotes_use            to drm/nouveau_drm.h
[0m[91mApplying io_quotes_use            to drm/radeon_drm.h
[0m[91mApplying io_quotes_use            to drm/drm.h
[0m[91mApplying io_quotes_use            to drm/etnaviv_drm.h
[0m[91mApplying io_quotes_use            to drm/v3d_drm.h
[0m[91mApplying io_quotes_use            to drm/savage_drm.h
[0m[91mApplying io_quotes_use            to drm/vc4_drm.h
[0m[91mApplying io_quotes_use            to drm/mga_drm.h
[0m[91mApplying io_quotes_use            to drm/omap_drm.h
[0m[91mApplying io_quotes_use            to drm/i915_drm.h
[0m[91mApplying io_quotes_use            to drm/r128_drm.h
[0m[91mApplying io_quotes_use            to drm/msm_drm.h
[0m[91mApplying io_quotes_use            to drm/amdgpu_drm.h
[0m[91mApplying io_quotes_use            to drm/via_drm.h
[0m[91mApplying io_quotes_use            to drm/sis_drm.h
[0m[91mApplying io_quotes_use            to drm/vgem_drm.h
[0m[91mApplying io_quotes_use            to drm/i810_drm.h
[0m[91mApplying io_quotes_use            to drm/tegra_drm.h
[0m[91mApplying io_quotes_use            to linux/fd.h
[0m[91mApplying io_quotes_use            to linux/usb/tmc.h
[0m[91mApplying io_quotes_use            to linux/nbd.h
[0m[91mApplying io_quotes_use            to linux/ppdev.h
[0m[91mApplying io_quotes_def            to linux/ppp-comp.h
[0m[91mApplying io_quotes_use            to linux/fuse.h
[0m[91mApplying io_quotes_use            to linux/ipmi_bmc.h
[0m[91mApplying io_quotes_use            to linux/lightnvm.h
[0m[91mApplying io_quotes_use            to linux/gpio.h
[0m[91mApplying io_quotes_use            to linux/spi/spidev.h
[0m[91mApplying io_quotes_use            to linux/mmtimer.h
[0m[91mApplying io_quotes_use            to linux/btrfs.h
[0m[91mApplying io_quotes_use            to linux/bt-bmc.h
[0m[91mApplying io_quotes_use            to linux/nsfs.h
[0m[91mApplying io_quotes_def            to linux/version.h
[0m[91mApplying io_quotes_use            to linux/seccomp.h
[0m[91m-fself-test: 46308 pass(es) in 0.358501 seconds
[0m[91mApplying io_quotes_use            to linux/mmc/ioctl.h
[0m[91mApplying io_quotes_use            to linux/phantom.h
[0m[91mApplying io_quotes_use            to linux/vm_sockets.h
[0m[91mApplying io_quotes_use            to linux/omapfb.h
[0m[91mApplying io_quotes_def            to linux/soundcard.h
[0m[91mApplying io_quotes_use            to linux/vtpm_proxy.h
[0m[91mApplying io_quotes_use            to linux/synclink.h
[0m[91mApplying io_quotes_use            to linux/dn.h
[0m[91mApplying io_quotes_use            to linux/atmbr2684.h
[0m[91mApplying io_quotes_use            to linux/rpmsg.h
[0m[91mApplying io_quotes_use            to linux/rio_cm_cdev.h
[0m[91mApplying io_quotes_use            to linux/cciss_ioctl.h
[0m[91mApplying io_quotes_use            to linux/sync_file.h
[0m[91mApplying io_quotes_use            to linux/tee.h
[0m[91mApplying io_quotes_use            to linux/i2o-dev.h
[0m[91mApplying io_quotes_use            to linux/rfkill.h
[0m[91mApplying io_quotes_use            to linux/watchdog.h
[0m[91mApplying io_quotes_use            to linux/cm4000_cs.h
[0m[91mApplying io_quotes_use            to linux/genwqe/genwqe_card.h
[0m[91mApplying io_quotes_use            to linux/vfio.h
[0m[91mApplying io_quotes_use            to linux/gigaset_dev.h
[0m[91mApplying io_quotes_use            to linux/if_pppox.h
[0m[91mApplying io_quotes_use            to linux/blkzoned.h
[0m[91mApplying io_quotes_use            to linux/ndctl.h
[0m[91mApplying io_quotes_use            to linux/agpgart.h
[0m[91mApplying io_quotes_use            to linux/blkpg.h
[0m[91mApplying io_quotes_use            to linux/fpga-dfl.h
[0m[91mApplying io_quotes_use            to linux/psp-sev.h
[0m[91mApplying io_quotes_use            to linux/wmi.h
[0m[91mApplying io_quotes_use            to linux/fs.h
[0m[91mApplying io_quotes_use            to linux/ptp_clock.h
[0m[91mApplying io_quotes_use            to linux/reiserfs_fs.h
[0m[91mApplying io_quotes_use            to linux/dma-buf.h
[0m[91mApplying io_quotes_use            to linux/raid/md_u.h
[0m[91mApplying io_quotes_use            to linux/random.h
[0m[91mApplying io_quotes_use            to linux/auto_fs.h
[0m[91mApplying io_quotes_use            to linux/uinput.h
[0m[91mApplying io_quotes_use            to linux/suspend_ioctls.h
[0m[91mApplying io_quotes_use            to linux/vboxguest.h
[0m[91mApplying io_quotes_use            to linux/ipmi.h
[0m[91mApplying io_quotes_use            to linux/dm-ioctl.h
[0m[91mApplying io_quotes_use            to linux/aspeed-lpc-ctrl.h
[0m[91mApplying io_quotes_use            to linux/hsi/cs-protocol.h
[0m[91mApplying io_quotes_use            to linux/hsi/hsi_char.h
[0m[91mApplying io_quotes_use            to linux/raw.h
[0m[91mApplying io_quotes_use            to linux/vhost.h
[0m[91mApplying io_quotes_use            to linux/userfaultfd.h
[0m[91mApplying io_quotes_def            to linux/pci_regs.h
[0m[91mApplying io_quotes_use            to linux/pktcdvd.h
[0m[91mApplying io_quotes_use            to rdma/rdma_user_ioctl.h
[0m[91mApplying io_quotes_use            to video/sisfb.h
[0m[91mApplying io_quotes_use            to sound/emu10k1.h
[0m[91mApplying io_quotes_use            to sound/compress_offload.h
[0m[91mApplying io_quotes_use            to sound/asequencer.h
[0m[91mApplying io_quotes_use            to sound/asound.h
[0m[91mApplying io_quotes_use            to scsi/cxlflash_ioctl.h
[0m[91mApplying io_quotes_use            to mtd/ubi-user.h
[0m[91mApplying io_quotes_use            to misc/cxl.h
[0m[91mApplying io_quotes_use            to misc/ocxl.h
[0m[91mconfigure: WARNING: decimal float is not supported for this target, ignored
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_add_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:100:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  100 |   GENERATE_FETCH_AND_OP(type, size, add, add, DONT_INVERT, o + v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_add_and_fetch_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:100:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  100 |   GENERATE_FETCH_AND_OP(type, size, add, add, DONT_INVERT, o + v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_sub_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:101:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  101 |   GENERATE_FETCH_AND_OP(type, size, sub, sub, DONT_INVERT, o - v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_sub_and_fetch_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:101:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  101 |   GENERATE_FETCH_AND_OP(type, size, sub, sub, DONT_INVERT, o - v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_and_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:102:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  102 |   GENERATE_FETCH_AND_OP(type, size, and, and, DONT_INVERT, o & v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_and_and_fetch_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:102:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  102 |   GENERATE_FETCH_AND_OP(type, size, and, and, DONT_INVERT, o & v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_xor_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:103:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  103 |   GENERATE_FETCH_AND_OP(type, size, xor, xor, DONT_INVERT, o ^ v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_xor_and_fetch_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:103:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  103 |   GENERATE_FETCH_AND_OP(type, size, xor, xor, DONT_INVERT, o ^ v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_or_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:104:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  104 |   GENERATE_FETCH_AND_OP(type, size, or, or, DONT_INVERT, o | v)  \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_or_and_fetch_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:104:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  104 |   GENERATE_FETCH_AND_OP(type, size, or, or, DONT_INVERT, o | v)  \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_nand_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:105:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  105 |   GENERATE_FETCH_AND_OP(type, size, nand, and, INVERT, ~(o & v)) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_nand_and_fetch_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:105:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  105 |   GENERATE_FETCH_AND_OP(type, size, nand, and, INVERT, ~(o & v)) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:68:8: warning: mismatch in argument 1 type of built-in function '__sync_val_compare_and_swap_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   68 |   type __sync_val_compare_and_swap_ ## size (type *p, type o, type n) \
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:106:3: note: in expansion of macro 'GENERATE_COMPARE_AND_SWAP'
  106 |   GENERATE_COMPARE_AND_SWAP(type, size)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:94:8: warning: mismatch in argument 1 type of built-in function '__sync_bool_compare_and_swap_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   94 |   bool __sync_bool_compare_and_swap_ ## size (type *p, type o, type n) \
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:106:3: note: in expansion of macro 'GENERATE_COMPARE_AND_SWAP'
  106 |   GENERATE_COMPARE_AND_SWAP(type, size)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_add_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:100:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  100 |   GENERATE_FETCH_AND_OP(type, size, add, add, DONT_INVERT, o + v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_add_and_fetch_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:100:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  100 |   GENERATE_FETCH_AND_OP(type, size, add, add, DONT_INVERT, o + v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_sub_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:101:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  101 |   GENERATE_FETCH_AND_OP(type, size, sub, sub, DONT_INVERT, o - v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_sub_and_fetch_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:101:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  101 |   GENERATE_FETCH_AND_OP(type, size, sub, sub, DONT_INVERT, o - v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_and_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:102:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  102 |   GENERATE_FETCH_AND_OP(type, size, and, and, DONT_INVERT, o & v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_and_and_fetch_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:102:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  102 |   GENERATE_FETCH_AND_OP(type, size, and, and, DONT_INVERT, o & v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_xor_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:103:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  103 |   GENERATE_FETCH_AND_OP(type, size, xor, xor, DONT_INVERT, o ^ v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_xor_and_fetch_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:103:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  103 |   GENERATE_FETCH_AND_OP(type, size, xor, xor, DONT_INVERT, o ^ v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_or_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:104:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  104 |   GENERATE_FETCH_AND_OP(type, size, or, or, DONT_INVERT, o | v)  \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_or_and_fetch_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:104:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  104 |   GENERATE_FETCH_AND_OP(type, size, or, or, DONT_INVERT, o | v)  \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_nand_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:105:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  105 |   GENERATE_FETCH_AND_OP(type, size, nand, and, INVERT, ~(o & v)) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_nand_and_fetch_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:105:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  105 |   GENERATE_FETCH_AND_OP(type, size, nand, and, INVERT, ~(o & v)) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:68:8: warning: mismatch in argument 1 type of built-in function '__sync_val_compare_and_swap_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   68 |   type __sync_val_compare_and_swap_ ## size (type *p, type o, type n) \
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:106:3: note: in expansion of macro 'GENERATE_COMPARE_AND_SWAP'
  106 |   GENERATE_COMPARE_AND_SWAP(type, size)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:94:8: warning: mismatch in argument 1 type of built-in function '__sync_bool_compare_and_swap_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   94 |   bool __sync_bool_compare_and_swap_ ## size (type *p, type o, type n) \
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:106:3: note: in expansion of macro 'GENERATE_COMPARE_AND_SWAP'
  106 |   GENERATE_COMPARE_AND_SWAP(type, size)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91mconfigure: WARNING: gcc emits a warning for alias between functions of incompatible types
configure: WARNING: Multi-arch is disabled.
[0m[91mconfigure: WARNING: gcc emits a warning for alias between functions of incompatible types
configure: WARNING: Multi-arch is disabled.
[0m[91mconfigure: WARNING: minimum kernel version reset to 4.15.0
[0m[91mconfigure: WARNING: minimum kernel version reset to 4.15.0
[0m[91m*** errlist.c count 134 inflated to GLIBC_2.12 count 135 (old errno.h?)
[0m[91m*** This configuration is not supported in the following subdirectories:
     zlib target-libquadmath target-libitm target-libsanitizer target-libvtv gnattools gotools target-libada target-libhsail-rt target-libphobos target-zlib target-libgo target-libffi target-libobjc target-liboffloadmic target-libssp
    (Any other directories should still work fine.)
[0m[91mconfigure: WARNING: decimal float is not supported for this target, ignored
[0m[91mobjcopy: /tmp/ls375352: debuglink section already exists
[0m[91mar: `u' modifier ignored since `D' is the default (see `U')
[0m[91m../../../../riscv-gcc/libcpp/expr.c: In function ‘unsigned int cpp_classify_number(cpp_reader*, const cpp_token*, const char**, location_t)’:
../../../../riscv-gcc/libcpp/expr.c:797:18: warning: format not a string literal and no format arguments [-Wformat-security]
        0, message);
                  ^
../../../../riscv-gcc/libcpp/expr.c:800:39: warning: format not a string literal and no format arguments [-Wformat-security]
           virtual_location, 0, message);
                                       ^
[0m[91m../../../../riscv-gcc/libcpp/macro.c: In member function ‘vaopt_state::update_type vaopt_state::update(const cpp_token*)’:
../../../../riscv-gcc/libcpp/macro.c:164:23: warning: format not a string literal and no format arguments [-Wformat-security]
      vaopt_paste_error);
                       ^
[0m[91m../../../../riscv-gcc/libcpp/macro.c:193:24: warning: format not a string literal and no format arguments [-Wformat-security]
       vaopt_paste_error);
                        ^
[0m[91m../../../../riscv-gcc/libcpp/macro.c: In function ‘cpp_macro* create_iso_definition(cpp_reader*)’:
../../../../riscv-gcc/libcpp/macro.c:3385:58: warning: format not a string literal and no format arguments [-Wformat-security]
        cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
                                                          ^
../../../../riscv-gcc/libcpp/macro.c:3400:58: warning: format not a string literal and no format arguments [-Wformat-security]
        cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
                                                          ^
[0m[91mlibtool: install: warning: remember to run `libtool --finish /home/riscvuser/chipyard/riscv-tools-install/libexec/gcc/riscv64-unknown-linux-gnu/9.2.0'
[0m[91m../../../riscv-gcc/libcpp/expr.c: In function ‘unsigned int cpp_classify_number(cpp_reader*, const cpp_token*, const char**, location_t)’:
../../../riscv-gcc/libcpp/expr.c:797:18: warning: format not a string literal and no format arguments [-Wformat-security]
        0, message);
                  ^
../../../riscv-gcc/libcpp/expr.c:800:39: warning: format not a string literal and no format arguments [-Wformat-security]
           virtual_location, 0, message);
                                       ^
[0m[91mar: `u' modifier ignored since `D' is the default (see `U')
[0m[91m../../../riscv-gcc/libcpp/macro.c: In member function ‘vaopt_state::update_type vaopt_state::update(const cpp_token*)’:
../../../riscv-gcc/libcpp/macro.c:164:23: warning: format not a string literal and no format arguments [-Wformat-security]
      vaopt_paste_error);
                       ^
../../../riscv-gcc/libcpp/macro.c:193:24: warning: format not a string literal and no format arguments [-Wformat-security]
       vaopt_paste_error);
                        ^
[0m[91m../../../riscv-gcc/libcpp/macro.c: In function ‘cpp_macro* create_iso_definition(cpp_reader*)’:
../../../riscv-gcc/libcpp/macro.c:3385:58: warning: format not a string literal and no format arguments [-Wformat-security]
        cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
                                                          ^
[0m[91m../../../riscv-gcc/libcpp/macro.c:3400:58: warning: format not a string literal and no format arguments [-Wformat-security]
        cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
                                                          ^
[0m[91mar: `u' modifier ignored since `D' is the default (see `U')
[0m[91mconfigure: WARNING: decimal float is not supported for this target, ignored
[0m[91mconfigure: WARNING: fixed-point is not supported for this target, ignored
[0m[91mLinks are now set up to build a cross-compiler
 from x86_64-pc-linux-gnu to riscv64-unknown-linux-gnu.
[0m[91m../../../riscv-gcc/gcc/genhooks.c: In function ‘void emit_documentation(const char*)’:
../../../riscv-gcc/gcc/genhooks.c:131:45: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
   while (fscanf (f, "%*[^@]"), buf[0] = '\0',
                                             ^
../../../riscv-gcc/gcc/genhooks.c:140:14: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
       fscanf (f, "%999s", buf);
       ~~~~~~~^~~~~~~~~~~~~~~~~
../../../riscv-gcc/gcc/genhooks.c:193:14: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
       fscanf (f, "%5[^ \n]", buf);
       ~~~~~~~^~~~~~~~~~~~~~~~~~~~
../../../riscv-gcc/gcc/genhooks.c:199:14: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
       fscanf (f, "%999s", buf);
       ~~~~~~~^~~~~~~~~~~~~~~~~
[0m[91m../../../riscv-gcc/gcc/gengtype-lex.l: In function ‘int yylex(const char**)’:
gengtype-lex.c:357:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
 #define YY_DO_BEFORE_ACTION \
  ~~~~~~~~~~~~~^~~
../../../riscv-gcc/gcc/gengtype-lex.l:119:1: note: in expansion of macro ‘YY_DO_BEFORE_ACTION’
 "GTY"/{EOID}   { return GTY_TOKEN; }
 ^~~~~~~~~~~~~~~~~~~
../../../riscv-gcc/gcc/gengtype-lex.l:114:1: note: here
 "^"     |
 ^~~~
gengtype-lex.c:357:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
 #define YY_DO_BEFORE_ACTION \
  ~~~~~~~~~~~~~^~~
../../../riscv-gcc/gcc/gengtype-lex.l:136:1: note: in expansion of macro ‘YY_DO_BEFORE_ACTION’
 
 ^                  
../../../riscv-gcc/gcc/gengtype-lex.l:132:1: note: here
   size_t len;
 ^ ~~
[0m[91m../../../riscv-gcc/gcc/fortran/gfortran.texi:2769: warning: @ref node name should not contain `:'
[0m[91mGIMPLE decision tree has 2874 leafs, maximum depth 12 and a total number of 11721 nodes
[0m[91mremoved 1855 duplicate tails
[0m[91mGENERIC decision tree has 2760 leafs, maximum depth 12 and a total number of 11180 nodes
[0m[91mremoved 1757 duplicate tails
[0m[91m../../../riscv-gcc/gcc/c/c-typeck.c: In function ‘int convert_arguments(location_t, vec<unsigned int>, tree, vec<tree_node*, va_gc>*, vec<tree_node*, va_gc>*, tree, tree)’:
../../../riscv-gcc/gcc/c/c-typeck.c:3601:28: warning: format not a string literal and no format arguments [-Wformat-security]
    error (invalid_func_diag);
                            ^
[0m[91m../../../riscv-gcc/gcc/c/c-typeck.c: In function ‘tree_node* build_unary_op(location_t, tree_code, tree, bool)’:
../../../riscv-gcc/gcc/c/c-typeck.c:4339:42: warning: format not a string literal and no format arguments [-Wformat-security]
       error_at (location, invalid_op_diag);
                                          ^
[0m[91m../../../riscv-gcc/gcc/c/c-typeck.c: In function ‘void warning_init(location_t, int, const char*)’:
../../../riscv-gcc/gcc/c/c-typeck.c:6400:43: warning: format not a string literal and no format arguments [-Wformat-security]
   warned = warning_at (exploc, opt, gmsgid);
                                           ^
[0m[91m../../../riscv-gcc/gcc/c/c-typeck.c: In function ‘tree_node* build_binary_op(location_t, tree_code, tree, tree, bool)’:
../../../riscv-gcc/gcc/c/c-typeck.c:11480:42: warning: format not a string literal and no format arguments [-Wformat-security]
       error_at (location, invalid_op_diag);
                                          ^
[0m[91m../../../riscv-gcc/gcc/c/c-convert.c: In function ‘tree_node* convert(tree, tree)’:
../../../riscv-gcc/gcc/c/c-convert.c:81:31: warning: format not a string literal and no format arguments [-Wformat-security]
       error (invalid_conv_diag);
                               ^
[0m[91m../../../riscv-gcc/gcc/c-family/c-common.c: In function ‘void c_parse_error(const char*, cpp_ttype, tree, unsigned char, rich_location*)’:
../../../riscv-gcc/gcc/c-family/c-common.c:6144:30: warning: format not a string literal and no format arguments [-Wformat-security]
     error_at (richloc, gmsgid);
                              ^
../../../riscv-gcc/gcc/c-family/c-common.c:6148:33: warning: format not a string literal and no format arguments [-Wformat-security]
       error_at (richloc, message);
                                 ^
[0m[91m../../../riscv-gcc/gcc/fold-const.c: In function ‘void fold_overflow_warning(const char*, warn_strict_overflow_code)’:
../../../riscv-gcc/gcc/fold-const.c:303:42: warning: format not a string literal and no format arguments [-Wformat-security]
     warning (OPT_Wstrict_overflow, gmsgid);
                                          ^
[0m[91m../../../riscv-gcc/gcc/gimple-fold.c: In function ‘bool gimple_fold_builtin_strncpy(gimple_stmt_iterator*, tree, tree, tree)’:
../../../riscv-gcc/gcc/gimple-fold.c:1854:22: warning: unknown conversion type character ‘G’ in format [-Wformat=]
    stmt, fndecl, slen);
                      ^
../../../riscv-gcc/gcc/gimple-fold.c:1854:22: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-fold.c:1854:22: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-fold.c:1858:16: warning: unknown conversion type character ‘G’ in format [-Wformat=]
    stmt, fndecl);
                ^
../../../riscv-gcc/gcc/gimple-fold.c:1858:16: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-fold.c:1858:16: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-fold.c: In function ‘bool gimple_fold_builtin_strncat(gimple_stmt_iterator*)’:
../../../riscv-gcc/gcc/gimple-fold.c:2229:37: warning: unknown conversion type character ‘G’ in format [-Wformat=]
           stmt, fndecl, len, dstsize);
                                     ^
../../../riscv-gcc/gcc/gimple-fold.c:2229:37: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-fold.c:2229:37: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-fold.c:2229:37: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-fold.c:2229:37: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 6 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-fold.c:2229:37: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-fold.c:2246:26: warning: unknown conversion type character ‘G’ in format [-Wformat=]
         stmt, fndecl, len))
                          ^
../../../riscv-gcc/gcc/gimple-fold.c:2246:26: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-fold.c:2246:26: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-isolate-paths.c: In function ‘void find_explicit_erroneous_behavior()’:
../../../riscv-gcc/gcc/gimple-ssa-isolate-paths.c:554:35: warning: format not a string literal and no format arguments [-Wformat-security]
        OPT_Wreturn_local_addr, msg))
                                   ^
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-sprintf.c: In function ‘bool {anonymous}::format_directive(const {anonymous}::sprintf_dom_walker::call_info&, {anonymous}::format_result*, const {anonymous}::directive&, vr_values*)’:
../../../riscv-gcc/gcc/gimple-ssa-sprintf.c:2816:58: warning: unknown conversion type character ‘G’ in format [-Wformat=]
         target_to_host (hostdir, sizeof hostdir, dir.beg));
                                                          ^
../../../riscv-gcc/gcc/gimple-ssa-sprintf.c:2816:58: warning: field precision specifier ‘.*’ expects argument of type ‘int’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-sprintf.c:2816:58: warning: format ‘%s’ expects argument of type ‘char*’, but argument 7 has type ‘int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-sprintf.c:2816:58: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-sprintf.c: In member function ‘bool {anonymous}::sprintf_dom_walker::handle_gimple_call(gimple_stmt_iterator*)’:
../../../riscv-gcc/gcc/gimple-ssa-sprintf.c:4180:22: warning: unknown conversion type character ‘G’ in format [-Wformat=]
         info.callstmt);
                      ^
../../../riscv-gcc/gcc/gimple-ssa-sprintf.c:4180:22: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-sprintf.c:4210:18: warning: unknown conversion type character ‘G’ in format [-Wformat=]
     info.callstmt);
                  ^
../../../riscv-gcc/gcc/gimple-ssa-sprintf.c:4210:18: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c: In function ‘bool {anonymous}::maybe_diag_overlap(location_t, gimple*, {anonymous}::builtin_access&)’:
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: unknown conversion type character ‘G’ in format [-Wformat=]
    offstr[0], offstr[1], ovlsiz[0], offstr[2]);
                                              ^
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%s’ expects argument of type ‘char*’, but argument 6 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%s’ expects argument of type ‘char*’, but argument 9 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: unknown conversion type character ‘G’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%s’ expects argument of type ‘char*’, but argument 6 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘char*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%s’ expects argument of type ‘char*’, but argument 9 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%s’ expects argument of type ‘char*’, but argument 6 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%s’ expects argument of type ‘char*’, but argument 9 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%s’ expects argument of type ‘char*’, but argument 6 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%s’ expects argument of type ‘char*’, but argument 9 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: unknown conversion type character ‘G’ in format [-Wformat=]
          ovlsiz[0], ovlsiz[1], offstr[2]);
                                         ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: format ‘%s’ expects argument of type ‘char*’, but argument 12 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: unknown conversion type character ‘G’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: format ‘%s’ expects argument of type ‘char*’, but argument 12 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: unknown conversion type character ‘G’ in format [-Wformat=]
          offstr[0], offstr[1], ovlsiz[0], offstr[2]);
                                                    ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: format ‘%s’ expects argument of type ‘char*’, but argument 11 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: format ‘%s’ expects argument of type ‘char*’, but argument 11 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: unknown conversion type character ‘G’ in format [-Wformat=]
          offstr[0], offstr[1], ovlsiz[0], offstr[2]);
                                                    ^
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: format ‘%s’ expects argument of type ‘char*’, but argument 9 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 11 has type ‘char*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: format ‘%s’ expects argument of type ‘char*’, but argument 12 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: unknown conversion type character ‘G’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: format ‘%s’ expects argument of type ‘char*’, but argument 9 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 11 has type ‘char*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: format ‘%s’ expects argument of type ‘char*’, but argument 12 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1490:13: warning: unknown conversion type character ‘G’ in format [-Wformat=]
    offstr[2]);
             ^
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1490:13: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1490:13: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1490:13: warning: format ‘%s’ expects argument of type ‘char*’, but argument 7 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1490:13: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 9 has type ‘char*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1490:13: warning: format ‘%s’ expects argument of type ‘char*’, but argument 11 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1490:13: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1497:46: warning: unknown conversion type character ‘G’ in format [-Wformat=]
    offstr[0], offstr[1], ovlsiz[0], offstr[2]);
                                              ^
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1497:46: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1497:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1497:46: warning: format ‘%s’ expects argument of type ‘char*’, but argument 7 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1497:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 9 has type ‘char*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1497:46: warning: format ‘%s’ expects argument of type ‘char*’, but argument 10 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1497:46: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: unknown conversion type character ‘G’ in format [-Wformat=]
      ovlsiz[0], offstr[2]);
                          ^
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: format ‘%s’ expects argument of type ‘char*’, but argument 11 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: unknown conversion type character ‘G’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: format ‘%s’ expects argument of type ‘char*’, but argument 11 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1518:38: warning: unknown conversion type character ‘G’ in format [-Wformat=]
       ovlsiz[0], ovlsiz[1], offstr[2]);
                                      ^
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1518:38: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1518:38: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1518:38: warning: format ‘%s’ expects argument of type ‘char*’, but argument 6 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1518:38: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘char*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1518:38: warning: format ‘%s’ expects argument of type ‘char*’, but argument 10 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1518:38: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1524:27: warning: unknown conversion type character ‘G’ in format [-Wformat=]
       ovlsiz[0], offstr[2]);
                           ^
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1524:27: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1524:27: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1524:27: warning: format ‘%s’ expects argument of type ‘char*’, but argument 6 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1524:27: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘char*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1524:27: warning: format ‘%s’ expects argument of type ‘char*’, but argument 9 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1524:27: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1553:44: warning: unknown conversion type character ‘G’ in format [-Wformat=]
          call, func, sizrange[1], ovlsiz[1]);
                                            ^
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1553:44: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1553:44: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1553:44: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1553:44: warning: unknown conversion type character ‘G’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1553:44: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1553:44: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1553:44: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: unknown conversion type character ‘G’ in format [-Wformat=]
          ovlsiz[1], offstr[2]);
                              ^
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: format ‘%s’ expects argument of type ‘char*’, but argument 11 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: unknown conversion type character ‘G’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: format ‘%s’ expects argument of type ‘char*’, but argument 11 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1571:40: warning: unknown conversion type character ‘G’ in format [-Wformat=]
      call, func, sizrange[1], ovlsiz[1]);
                                        ^
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1571:40: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1571:40: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1571:40: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1571:40: warning: unknown conversion type character ‘G’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1571:40: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1571:40: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1571:40: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: unknown conversion type character ‘G’ in format [-Wformat=]
      ovlsiz[1], offstr[2]);
                          ^
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: format ‘%s’ expects argument of type ‘char*’, but argument 11 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: unknown conversion type character ‘G’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: format ‘%s’ expects argument of type ‘char*’, but argument 11 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1591:53: warning: unknown conversion type character ‘G’ in format [-Wformat=]
      call, func, sizrange[0], sizrange[1], ovlsiz[1]);
                                                     ^
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1591:53: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1591:53: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1591:53: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1591:53: warning: unknown conversion type character ‘G’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1591:53: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1591:53: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1591:53: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: unknown conversion type character ‘G’ in format [-Wformat=]
      offstr[0], offstr[1], ovlsiz[1], offstr[2]);
                                                ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: format ‘%s’ expects argument of type ‘char*’, but argument 9 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 11 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: format ‘%s’ expects argument of type ‘char*’, but argument 12 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: format ‘%s’ expects argument of type ‘char*’, but argument 9 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 11 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: format ‘%s’ expects argument of type ‘char*’, but argument 12 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: unknown conversion type character ‘G’ in format [-Wformat=]
       ovlsiz[1], offstr[2]);
                           ^
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: format ‘%s’ expects argument of type ‘char*’, but argument 11 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: unknown conversion type character ‘G’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: format ‘%s’ expects argument of type ‘char*’, but argument 11 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c: In function ‘bool {anonymous}::maybe_diag_access_bounds(location_t, gimple*, tree, int, const {anonymous}::builtin_memref&, bool)’:
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1655:32: warning: unknown conversion type character ‘G’ in format [-Wformat=]
           maxobjsize.to_uhwi ());
                                ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1655:32: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1655:32: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1655:32: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1662:30: warning: unknown conversion type character ‘G’ in format [-Wformat=]
         maxobjsize.to_uhwi ());
                              ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1662:30: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1662:30: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1662:30: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1719:58: warning: unknown conversion type character ‘G’ in format [-Wformat=]
      call, func, rangestr[0], rangestr[1], ref.base, type))
                                                          ^
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1719:58: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1719:58: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1719:58: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 7 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1719:58: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1729:42: warning: unknown conversion type character ‘G’ in format [-Wformat=]
      call, func, rangestr[0], rangestr[1]);
                                          ^
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1729:42: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1729:42: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1729:42: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1735:45: warning: unknown conversion type character ‘G’ in format [-Wformat=]
         call, func, rangestr[0], rangestr[1]);
                                             ^
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1735:45: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1735:45: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1735:45: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1756:40: warning: unknown conversion type character ‘G’ in format [-Wformat=]
          ref.base, TREE_TYPE (ref.base)))
                                        ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1756:40: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1756:40: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1756:40: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 6 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1756:40: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 7 has type ‘long unsigned int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1756:40: warning: unknown conversion type character ‘G’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1756:40: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1756:40: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1756:40: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 6 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1756:40: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 7 has type ‘long unsigned int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1756:40: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1764:39: warning: unknown conversion type character ‘G’ in format [-Wformat=]
         ref.base, TREE_TYPE (ref.base)))
                                       ^
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1764:39: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1764:39: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1764:39: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘char*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1764:39: warning: unknown conversion type character ‘G’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1764:39: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1764:39: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1764:39: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘char*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1764:39: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1778:57: warning: unknown conversion type character ‘G’ in format [-Wformat=]
         call, func, rangestr[0], ref.basesize.to_uhwi ());
                                                         ^
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1778:57: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1778:57: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1778:57: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 6 has type ‘char*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1778:57: warning: unknown conversion type character ‘G’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1778:57: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1778:57: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1778:57: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 6 has type ‘char*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1778:57: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1784:32: warning: unknown conversion type character ‘G’ in format [-Wformat=]
         call, func, rangestr[0]);
                                ^
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1784:32: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1784:32: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1784:32: warning: unknown conversion type character ‘G’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1784:32: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1784:32: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1784:32: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1796:46: warning: unknown conversion type character ‘G’ in format [-Wformat=]
       call, func, rangestr[0], ref.base, type);
                                              ^
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1796:46: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1796:46: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1796:46: warning: format ‘%E’ expects argument of type ‘tree_node*’, but argument 6 has type ‘char*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1796:46: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1808:28: warning: unknown conversion type character ‘G’ in format [-Wformat=]
       ref.refoff.to_uhwi ());
                            ^
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1808:28: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1808:28: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1808:28: warning: format ‘%E’ expects argument of type ‘tree_node*’, but argument 6 has type ‘char*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1808:28: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 9 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1808:28: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c: In function ‘int check_bounds_or_overlap(gimple*, tree, tree, tree, tree, bool, bool)’:
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1981:19: warning: unknown conversion type character ‘G’ in format [-Wformat=]
         call, func);
                   ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1981:19: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1981:19: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/hsa-gen.c: In member function ‘void omp_simple_builtin::generate(gimple*, hsa_bb*)’:
../../../riscv-gcc/gcc/hsa-gen.c:88:32: warning: format not a string literal and no format arguments [-Wformat-security]
       inform (location, message); \
                                ^
../../../riscv-gcc/gcc/hsa-gen.c:4548:2: note: in expansion of macro ‘HSA_SORRY_AT’
  HSA_SORRY_AT (gimple_location (stmt), m_warning_message);
  ^~~~~~~~~~~~
[0m[91m../../../riscv-gcc/gcc/hsa-gen.c:4555:68: warning: format not a string literal and no format arguments [-Wformat-security]
     warning_at (gimple_location (stmt), OPT_Whsa, m_warning_message);
                                                                    ^
[0m[91m../../../riscv-gcc/gcc/ipa-devirt.c: In function ‘void warn_odr(tree, tree, tree, tree, bool, bool*, const char*)’:
../../../riscv-gcc/gcc/ipa-devirt.c:1050:47: warning: format not a string literal and no format arguments [-Wformat-security]
   inform (DECL_SOURCE_LOCATION (decl2), reason);
                                               ^
[0m[91m../../../riscv-gcc/gcc/reload1.c: In function ‘void elimination_costs_in_insn(rtx_insn*)’:
../../../riscv-gcc/gcc/reload1.c:3754:28: warning: ‘orig_dup[0]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     *recog_data.dup_loc[i] = orig_dup[i];
     ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
[0m[91m../../../riscv-gcc/gcc/tree-ssa-ccp.c: In member function ‘virtual unsigned int {anonymous}::pass_post_ipa_warn::execute(function*)’:
../../../riscv-gcc/gcc/tree-ssa-ccp.c:3460:34: warning: unknown conversion type character ‘G’ in format [-Wformat=]
           "expected", stmt, i + 1))
                                  ^
[0m[91m../../../riscv-gcc/gcc/tree-ssa-ccp.c:3460:34: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-ccp.c:3460:34: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/tree-ssa-strlen.c: In function ‘bool maybe_diag_stxncpy_trunc(gimple_stmt_iterator, tree, tree)’:
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2101:21: warning: unknown conversion type character ‘G’ in format [-Wformat=]
      stmt, func, cnt);
                     ^
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2101:21: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2101:21: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2101:21: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2101:21: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2101:21: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2115:46: warning: unknown conversion type character ‘G’ in format [-Wformat=]
       stmt, func, cnt, lenrange[0].to_uhwi ());
                                              ^
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2115:46: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2115:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2115:46: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2115:46: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2115:46: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2115:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2115:46: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/tree-ssa-strlen.c:2121:52: warning: unknown conversion type character ‘G’ in format [-Wformat=]
      cntrange[1].to_uhwi (), lenrange[0].to_uhwi ());
                                                    ^
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2121:52: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2121:52: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2121:52: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2134:46: warning: unknown conversion type character ‘G’ in format [-Wformat=]
       stmt, func, cnt, lenrange[1].to_uhwi ());
                                              ^
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2134:46: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2134:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2134:46: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2134:46: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2134:46: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2134:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2134:46: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/tree-ssa-strlen.c:2140:52: warning: unknown conversion type character ‘G’ in format [-Wformat=]
      cntrange[1].to_uhwi (), lenrange[1].to_uhwi ());
                                                    ^
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2140:52: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2140:52: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2140:52: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2156:55: warning: unknown conversion type character ‘G’ in format [-Wformat=]
         cntrange[1].to_uhwi (), lenrange[0].to_uhwi ());
                                                       ^
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2156:55: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2156:55: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2156:55: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2182:22: warning: unknown conversion type character ‘G’ in format [-Wformat=]
       stmt, func, cnt);
                      ^
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2182:22: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2182:22: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/tree-ssa-strlen.c: In function ‘void handle_builtin_stxncpy(built_in_function, gimple_stmt_iterator*)’:
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2295:18: warning: unknown conversion type character ‘G’ in format [-Wformat=]
        stmt, func))
                  ^
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2295:18: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2295:18: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/tree-ssa-strlen.c:2301:15: warning: unknown conversion type character ‘G’ in format [-Wformat=]
     stmt, func);
               ^
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2301:15: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2301:15: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c: In function ‘void print_conversion_rejection(location_t, conversion_info*, tree)’:
../../../riscv-gcc/gcc/cp/call.c:3559:22: warning: unknown conversion type character ‘H’ in format [-Wformat=]
   from, info->to_type);
                      ^
../../../riscv-gcc/gcc/cp/call.c:3559:22: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:3559:22: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c:3572:25: warning: unknown conversion type character ‘H’ in format [-Wformat=]
      from, info->to_type);
                         ^
../../../riscv-gcc/gcc/cp/call.c:3572:25: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:3572:25: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c:3578:44: warning: unknown conversion type character ‘H’ in format [-Wformat=]
        info->n_arg + 1, from, info->to_type);
                                            ^
../../../riscv-gcc/gcc/cp/call.c:3578:44: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:3578:44: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c: In function ‘z_candidate* build_user_type_conversion_1(tree, tree, int, tsubst_flags_t)’:
../../../riscv-gcc/gcc/cp/call.c:4094:20: warning: unknown conversion type character ‘H’ in format [-Wformat=]
    fromtype, totype);
                    ^
../../../riscv-gcc/gcc/cp/call.c:4094:20: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:4094:20: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c: In function ‘tree_node* build_converted_constant_expr_internal(tree, tree, int, tsubst_flags_t)’:
../../../riscv-gcc/gcc/cp/call.c:4241:37: warning: unknown conversion type character ‘H’ in format [-Wformat=]
      type, next_conversion (c)->type);
                                     ^
../../../riscv-gcc/gcc/cp/call.c:4241:37: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:4241:37: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/cp/call.c:4261:49: warning: unknown conversion type character ‘H’ in format [-Wformat=]
         "converted constant expression", t, type);
                                                 ^
../../../riscv-gcc/gcc/cp/call.c:4261:49: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:4261:49: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c:4296:27: warning: unknown conversion type character ‘H’ in format [-Wformat=]
     TREE_TYPE (expr), type);
                           ^
../../../riscv-gcc/gcc/cp/call.c:4296:27: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:4296:27: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c: In function ‘tree_node* build_conditional_expr_1(const op_location_t&, tree, tree, tree, tsubst_flags_t)’:
../../../riscv-gcc/gcc/cp/call.c:5096:50: warning: unknown conversion type character ‘H’ in format [-Wformat=]
           "involves truncation", arg2_type, vtype);
                                                  ^
../../../riscv-gcc/gcc/cp/call.c:5096:50: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:5096:50: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c:5103:50: warning: unknown conversion type character ‘H’ in format [-Wformat=]
           "involves truncation", arg3_type, vtype);
                                                  ^
../../../riscv-gcc/gcc/cp/call.c:5103:50: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:5103:50: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c: In function ‘tree_node* convert_like_real(conversion*, tree, tree, int, bool, bool, tsubst_flags_t)’:
../../../riscv-gcc/gcc/cp/call.c:7027:29: warning: unknown conversion type character ‘H’ in format [-Wformat=]
     totype, TREE_TYPE (expr));
                             ^
../../../riscv-gcc/gcc/cp/call.c:7027:29: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:7027:29: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c:7036:17: warning: unknown conversion type character ‘H’ in format [-Wformat=]
           totype);
                 ^
../../../riscv-gcc/gcc/cp/call.c:7036:17: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:7036:17: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c:7075:31: warning: unknown conversion type character ‘H’ in format [-Wformat=]
       TREE_TYPE (expr), totype);
                               ^
../../../riscv-gcc/gcc/cp/call.c:7075:31: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:7075:31: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c:7373:61: warning: unknown conversion type character ‘H’ in format [-Wformat=]
                         "lvalue of type %qI", totype, extype);
                                                             ^
../../../riscv-gcc/gcc/cp/call.c:7373:61: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:7373:61: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c:7377:55: warning: unknown conversion type character ‘H’ in format [-Wformat=]
    "type %qH to an rvalue of type %qI", totype, extype);
                                                       ^
../../../riscv-gcc/gcc/cp/call.c:7377:55: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:7377:55: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/cp/call.c:7380:41: warning: unknown conversion type character ‘H’ in format [-Wformat=]
    "discards qualifiers", totype, extype);
                                         ^
../../../riscv-gcc/gcc/cp/call.c:7380:41: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:7380:41: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c: In function ‘tree_node* convert_arg_to_ellipsis(tree, tsubst_flags_t)’:
../../../riscv-gcc/gcc/cp/call.c:7535:33: warning: unknown conversion type character ‘H’ in format [-Wformat=]
       arg_type, double_type_node);
                                 ^
../../../riscv-gcc/gcc/cp/call.c:7535:33: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:7535:33: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c: In function ‘void complain_about_bad_argument(location_t, tree, tree, tree, int)’:
../../../riscv-gcc/gcc/cp/call.c:9522:24: warning: unknown conversion type character ‘H’ in format [-Wformat=]
      from_type, to_type);
                        ^
../../../riscv-gcc/gcc/cp/call.c:9522:24: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:9522:24: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c: In function ‘int joust(z_candidate*, z_candidate*, bool, tsubst_flags_t)’:
../../../riscv-gcc/gcc/cp/call.c:10777:34: warning: unknown conversion type character ‘H’ in format [-Wformat=]
      source, w->second_conv->type))
                                  ^
../../../riscv-gcc/gcc/cp/call.c:10777:34: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:10777:34: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c: In function ‘tree_node* perform_implicit_conversion_flags(tree, tree, tsubst_flags_t, int)’:
../../../riscv-gcc/gcc/cp/call.c:11250:32: warning: unknown conversion type character ‘H’ in format [-Wformat=]
    expr, TREE_TYPE (expr), type);
                                ^
../../../riscv-gcc/gcc/cp/call.c:11250:32: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:11250:32: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c: In function ‘tree_node* initialize_reference(tree, tree, int, tsubst_flags_t)’:
../../../riscv-gcc/gcc/cp/call.c:11589:31: warning: unknown conversion type character ‘H’ in format [-Wformat=]
         type, TREE_TYPE (expr));
                               ^
../../../riscv-gcc/gcc/cp/call.c:11589:31: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:11589:31: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/cp/call.c:11593:25: warning: unknown conversion type character ‘H’ in format [-Wformat=]
         TREE_TYPE (expr));
                         ^
../../../riscv-gcc/gcc/cp/call.c:11593:25: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:11593:25: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c: In function ‘tree_node* cp_convert_to_pointer(tree, tree, bool, tsubst_flags_t)’:
../../../riscv-gcc/gcc/cp/cvt.c:92:21: warning: unknown conversion type character ‘H’ in format [-Wformat=]
         intype, type);
                     ^
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c:92:21: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/cvt.c:92:21: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c:102:27: warning: unknown conversion type character ‘H’ in format [-Wformat=]
         expr, intype, type);
                           ^
../../../riscv-gcc/gcc/cp/cvt.c:102:27: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/cvt.c:102:27: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c:174:27: warning: unknown conversion type character ‘H’ in format [-Wformat=]
         expr, intype, type);
                           ^
../../../riscv-gcc/gcc/cp/cvt.c:174:27: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/cvt.c:174:27: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c:201:23: warning: unknown conversion type character ‘H’ in format [-Wformat=]
     expr, intype, type);
                       ^
../../../riscv-gcc/gcc/cp/cvt.c:201:23: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/cvt.c:201:23: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c:226:67: warning: unknown conversion type character ‘H’ in format [-Wformat=]
  error_at (loc, "invalid conversion from %qH to %qI", intype, type);
                                                                   ^
../../../riscv-gcc/gcc/cp/cvt.c:226:67: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/cvt.c:226:67: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c:255:26: warning: unknown conversion type character ‘H’ in format [-Wformat=]
        expr, intype, type);
                          ^
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c:255:26: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/cvt.c:255:26: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c: In function ‘tree_node* convert_to_reference(tree, tree, int, int, tree, tsubst_flags_t)’:
../../../riscv-gcc/gcc/cp/cvt.c:476:17: warning: unknown conversion type character ‘H’ in format [-Wformat=]
     ttr, reftype);
                 ^
../../../riscv-gcc/gcc/cp/cvt.c:476:17: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/cvt.c:476:17: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c:525:74: warning: unknown conversion type character ‘H’ in format [-Wformat=]
     error_at (loc, "cannot convert type %qH to type %qI", intype, reftype);
                                                                          ^
../../../riscv-gcc/gcc/cp/cvt.c:525:74: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/cvt.c:525:74: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c: In function ‘tree_node* ocp_convert(tree, tree, int, int, tsubst_flags_t)’:
../../../riscv-gcc/gcc/cp/cvt.c:707:26: warning: format not a string literal and no format arguments [-Wformat-security]
  error (invalid_conv_diag);
                          ^
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c:947:27: warning: unknown conversion type character ‘H’ in format [-Wformat=]
     TREE_TYPE (expr), type);
                           ^
../../../riscv-gcc/gcc/cp/cvt.c:947:27: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/cvt.c:947:27: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/pt.c: In function ‘tree_node* tsubst_copy_and_build(tree, tree, tsubst_flags_t, tree, bool, bool)’:
../../../riscv-gcc/gcc/cp/pt.c:18292:20: warning: format not a string literal and no format arguments [-Wformat-security]
    error (error_msg);
                    ^
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c: In function ‘tree_node* cp_build_binary_op(const op_location_t&, tree_code, tree, tree, tsubst_flags_t)’:
../../../riscv-gcc/gcc/cp/typeck.c:4480:24: warning: format not a string literal and no format arguments [-Wformat-security]
  error (invalid_op_diag);
                        ^
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c: In function ‘tree_node* cp_build_unary_op(tree_code, tree, bool, tsubst_flags_t)’:
../../../riscv-gcc/gcc/cp/typeck.c:6232:24: warning: format not a string literal and no format arguments [-Wformat-security]
  error (invalid_op_diag);
                        ^
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c: In function ‘tree_node* convert_member_func_to_ptr(tree, tree, tsubst_flags_t)’:
../../../riscv-gcc/gcc/cp/typeck.c:7449:49: warning: unknown conversion type character ‘H’ in format [-Wformat=]
       "converting from %qH to %qI", intype, type);
                                                 ^
../../../riscv-gcc/gcc/cp/typeck.c:7449:49: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/typeck.c:7449:49: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c: In function ‘tree_node* build_reinterpret_cast_1(tree, tree, bool, bool*, tsubst_flags_t)’:
../../../riscv-gcc/gcc/cp/typeck.c:7594:36: warning: unknown conversion type character ‘H’ in format [-Wformat=]
                        intype, type);
                                    ^
../../../riscv-gcc/gcc/cp/typeck.c:7594:36: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/typeck.c:7594:36: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c:7619:36: warning: unknown conversion type character ‘H’ in format [-Wformat=]
    " from %qH to %qI", intype, type);
                                    ^
../../../riscv-gcc/gcc/cp/typeck.c:7619:36: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/typeck.c:7619:36: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c:7630:36: warning: unknown conversion type character ‘H’ in format [-Wformat=]
    " from %qH to %qI", intype, type);
                                    ^
../../../riscv-gcc/gcc/cp/typeck.c:7630:36: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/typeck.c:7630:36: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c:7651:63: warning: unknown conversion type character ‘H’ in format [-Wformat=]
    "increases required alignment of target type", intype, type);
                                                               ^
../../../riscv-gcc/gcc/cp/typeck.c:7651:63: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/typeck.c:7651:63: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c: In function ‘tree_node* build_const_cast_1(tree, tree, tsubst_flags_t, bool*)’:
../../../riscv-gcc/gcc/cp/typeck.c:7834:23: warning: unknown conversion type character ‘H’ in format [-Wformat=]
     src_type, dst_type);
                       ^
../../../riscv-gcc/gcc/cp/typeck.c:7834:23: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/typeck.c:7834:23: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c: In function ‘tree_node* convert_for_assignment(tree, tree, impl_conv_rhs, tree, int, tsubst_flags_t, int)’:
../../../riscv-gcc/gcc/cp/typeck.c:9013:18: warning: unknown conversion type character ‘H’ in format [-Wformat=]
     rhstype, type);
                  ^
../../../riscv-gcc/gcc/cp/typeck.c:9013:18: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/typeck.c:9013:18: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c:9018:18: warning: unknown conversion type character ‘H’ in format [-Wformat=]
     rhstype, type);
                  ^
../../../riscv-gcc/gcc/cp/typeck.c:9018:18: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/typeck.c:9018:18: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c:9022:18: warning: unknown conversion type character ‘H’ in format [-Wformat=]
     rhstype, type);
                  ^
../../../riscv-gcc/gcc/cp/typeck.c:9022:18: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/typeck.c:9022:18: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/cp/typeck.c:9027:18: warning: unknown conversion type character ‘H’ in format [-Wformat=]
     rhstype, type);
                  ^
../../../riscv-gcc/gcc/cp/typeck.c:9027:18: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/typeck.c:9027:18: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/cp/typeck.c:9031:18: warning: unknown conversion type character ‘H’ in format [-Wformat=]
     rhstype, type);
                  ^
../../../riscv-gcc/gcc/cp/typeck.c:9031:18: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/typeck.c:9031:18: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c:9036:18: warning: unknown conversion type character ‘H’ in format [-Wformat=]
     rhstype, type);
                  ^
../../../riscv-gcc/gcc/cp/typeck.c:9036:18: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/typeck.c:9036:18: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/typeck2.c: In function ‘bool check_narrowing(tree, tree, tsubst_flags_t, bool)’:
../../../riscv-gcc/gcc/cp/typeck2.c:999:21: warning: unknown conversion type character ‘H’ in format [-Wformat=]
    init, ftype, type);
                     ^
../../../riscv-gcc/gcc/cp/typeck2.c:999:21: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/typeck2.c:999:21: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/typeck2.c:1010:27: warning: unknown conversion type character ‘H’ in format [-Wformat=]
          init, ftype, type)
                           ^
../../../riscv-gcc/gcc/cp/typeck2.c:1010:27: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/typeck2.c:1010:27: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/typeck2.c:1023:23: warning: unknown conversion type character ‘H’ in format [-Wformat=]
      init, ftype, type);
                       ^
../../../riscv-gcc/gcc/cp/typeck2.c:1023:23: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/typeck2.c:1023:23: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/fortran/trans-intrinsic.c: In function ‘void gfc_conv_intrinsic_findloc(gfc_se*, gfc_expr*)’:
../../../riscv-gcc/gcc/fortran/trans-intrinsic.c:5615:7: warning: ‘forward_branch’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   tmp = build3_v (COND_EXPR, backse.expr, forward_branch, back_branch);
[0m[91m../../../riscv-gcc/gcc/collect2.c: In function ‘void scan_prog_file(const char*, scanpass, scanfilter)’:
../../../riscv-gcc/gcc/collect2.c:2463:37: warning: format not a string literal and no format arguments [-Wformat-security]
  fatal_error (input_location, errmsg);
                                     ^
[0m[91m../../../riscv-gcc/gcc/collect-utils.c: In function ‘pex_obj* collect_execute(const char*, char**, const char*, const char*, int, bool)’:
../../../riscv-gcc/gcc/collect-utils.c:195:37: warning: format not a string literal and no format arguments [-Wformat-security]
  fatal_error (input_location, errmsg);
                                     ^
[0m[91m../../../riscv-gcc/gcc/lto-wrapper.c: In function ‘bool find_and_merge_options(int, off_t, const char*, cl_decoded_option**, unsigned int*, const char*)’:
../../../riscv-gcc/gcc/lto-wrapper.c:1005:8: warning: ignoring return value of ‘ssize_t read(int, void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
   read (fd, data, length);
   ~~~~~^~~~~~~~~~~~~~~~~~
[0m[91m../../../riscv-gcc/gcc/gengtype-lex.l: In function ‘int yylex(const char**)’:
gengtype-lex.c:357:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
 #define YY_DO_BEFORE_ACTION \
  ~~~~~~~~~~~~~^~~
../../../riscv-gcc/gcc/gengtype-lex.l:119:1: note: in expansion of macro ‘YY_DO_BEFORE_ACTION’
 "GTY"/{EOID}   { return GTY_TOKEN; }
 ^~~~~~~~~~~~~~~~~~~
../../../riscv-gcc/gcc/gengtype-lex.l:114:1: note: here
 "^"     |
 ^~~~
gengtype-lex.c:357:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
 #define YY_DO_BEFORE_ACTION \
  ~~~~~~~~~~~~~^~~
../../../riscv-gcc/gcc/gengtype-lex.l:136:1: note: in expansion of macro ‘YY_DO_BEFORE_ACTION’
 
 ^                  
../../../riscv-gcc/gcc/gengtype-lex.l:132:1: note: here
   size_t len;
 ^ ~~
[0m[91m../../../riscv-gcc/gcc/gcc.c: In function ‘long unsigned int get_random_number()’:
../../../riscv-gcc/gcc/gcc.c:9639:12: warning: ignoring return value of ‘ssize_t read(int, void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
       read (fd, &ret, sizeof (HOST_WIDE_INT));
       ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[91m../../../riscv-gcc/gcc/gcc.c: In function ‘void do_report_bug(const char**, int, char**, char**)’:
../../../riscv-gcc/gcc/gcc.c:6999:9: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
   write (fd, "\n//", 3);
   ~~~~~~^~~~~~~~~~~~~~~
../../../riscv-gcc/gcc/gcc.c:7002:13: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
       write (fd, " ", 1);
       ~~~~~~^~~~~~~~~~~~
../../../riscv-gcc/gcc/gcc.c:7003:13: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
       write (fd, new_argv[i], strlen (new_argv[i]));
       ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../riscv-gcc/gcc/gcc.c:7005:9: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
   write (fd, "\n\n", 2);
   ~~~~~~^~~~~~~~~~~~~~~
[0m[91m../../../riscv-gcc/gcc/lto/lto.c: In function ‘void lto_resolution_read(splay_tree, FILE*, lto_file*)’:
../../../riscv-gcc/gcc/lto/lto.c:1918:10: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
   fscanf (resolution, " ");   /* Read white space. */
   ~~~~~~~^~~~~~~~~~~~~~~~~
../../../riscv-gcc/gcc/lto/lto.c:1920:9: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
   fread (obj_name, sizeof (char), name_len, resolution);
   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../riscv-gcc/gcc/lto/lto.c:1940:10: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
   fscanf (resolution, "%u", &num_symbols);
   ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[91m../../../riscv-gcc/gcc/config/riscv/riscv.md:2281:1: warning: operand 0 missing mode?[0m[91m
[0m[91m../../../riscv-gcc/gcc/config/riscv/riscv.md:2303:1: [0m[91mwarning: operand 1 missing mode?[0m[91m
[0m[91m../../../riscv-gcc/gcc/config/riscv/riscv.md:2326:1: [0m[91mwarning: operand 0 missing mode?
[0m[91m../../../riscv-gcc/gcc/config/riscv/riscv.md:2349:1: warning: operand 1 missing mode?[0m[91m
[0m[91m../../../riscv-gcc/gcc/config/riscv/riscv.md:2415:1: [0m[91mwarning: source missing a mode?[0m[91m
[0m[91mStatistics for recog:
[0m[91m  Number of decisions:   1699
[0m[91m  longest path:            32 (code:    188)
[0m[91m  longest backtrack:       13 (code:    336)
[0m[91mStatistics for split_insns:
[0m[91m  Number of decisions:    209
[0m[91m  longest path:            30 (code:     40)
[0m[91m  longest backtrack:        3 (code:     40)
[0m[91mStatistics for peephole2_insns:
[0m[91m  Number of decisions:     22
[0m[91m  longest path:            22 (code:      1)
  longest backtrack:        0 (code:      1)
[0m[91mShared 1212 out of 3026 states by creating 356 new states, saving 856
[0m[91mApplying io_quotes_use            to drm/exynos_drm.h
[0m[91mApplying io_quotes_use            to drm/nouveau_drm.h
[0m[91mApplying io_quotes_use            to drm/radeon_drm.h
[0m[91mApplying io_quotes_use            to drm/drm.h
[0m[91mApplying io_quotes_use            to drm/etnaviv_drm.h
[0m[91mApplying io_quotes_use            to drm/v3d_drm.h
[0m[91mApplying io_quotes_use            to drm/savage_drm.h
[0m[91mApplying io_quotes_use            to drm/vc4_drm.h
[0m[91mApplying io_quotes_use            to drm/mga_drm.h
[0m[91mApplying io_quotes_use            to drm/omap_drm.h
[0m[91mApplying io_quotes_use            to drm/i915_drm.h
[0m[91mApplying io_quotes_use            to drm/r128_drm.h
[0m[91mApplying io_quotes_use            to drm/msm_drm.h
[0m[91mApplying io_quotes_use            to drm/amdgpu_drm.h
[0m[91mApplying io_quotes_use            to drm/via_drm.h
[0m[91mApplying io_quotes_use            to drm/sis_drm.h
[0m[91mApplying io_quotes_use            to drm/vgem_drm.h
[0m[91mApplying io_quotes_use            to drm/i810_drm.h
[0m[91mApplying io_quotes_use            to drm/tegra_drm.h
[0m[91mApplying hpux8_bogus_inlines      to math.h
[0m[91mApplying io_quotes_use            to linux/fd.h
[0m[91mApplying io_quotes_use            to linux/usb/tmc.h
[0m[91mApplying io_quotes_use            to linux/nbd.h
[0m[91mApplying io_quotes_use            to linux/ppdev.h
[0m[91mApplying io_quotes_def            to linux/ppp-comp.h
[0m[91mApplying io_quotes_use            to linux/fuse.h
[0m[91mApplying io_quotes_use            to linux/ipmi_bmc.h
[0m[91mApplying io_quotes_use            to linux/lightnvm.h
[0m[91mApplying io_quotes_use            to linux/gpio.h
[0m[91mApplying io_quotes_use            to linux/spi/spidev.h
[0m[91mApplying io_quotes_use            to linux/mmtimer.h
[0m[91mApplying io_quotes_use            to linux/btrfs.h
[0m[91m-fself-test: 46338 pass(es) in 0.468013 seconds
[0m[91mApplying io_quotes_use            to linux/bt-bmc.h
[0m[91mApplying io_quotes_use            to linux/nsfs.h
[0m[91mApplying io_quotes_def            to linux/version.h
[0m[91mApplying io_quotes_use            to linux/seccomp.h
[0m[91mApplying io_quotes_use            to linux/mmc/ioctl.h
[0m[91mApplying io_quotes_use            to linux/phantom.h
[0m[91m-fself-test: 46308 pass(es) in 0.474821 seconds
[0m[91mApplying io_quotes_use            to linux/vm_sockets.h
[0m[91mApplying io_quotes_use            to linux/omapfb.h
[0m[91mApplying io_quotes_def            to linux/soundcard.h
[0m[91mApplying io_quotes_use            to linux/vtpm_proxy.h
[0m[91mApplying io_quotes_use            to linux/synclink.h
[0m[91mApplying io_quotes_use            to linux/dn.h
[0m[91mApplying io_quotes_use            to linux/atmbr2684.h
[0m[91mApplying io_quotes_use            to linux/rpmsg.h
[0m[91mApplying io_quotes_use            to linux/rio_cm_cdev.h
[0m[91mApplying io_quotes_use            to linux/cciss_ioctl.h
[0m[91mApplying io_quotes_use            to linux/sync_file.h
[0m[91mApplying io_quotes_use            to linux/tee.h
[0m[91mApplying io_quotes_use            to linux/i2o-dev.h
[0m[91mApplying io_quotes_use            to linux/rfkill.h
[0m[91mApplying io_quotes_use            to linux/watchdog.h
[0m[91mApplying io_quotes_use            to linux/cm4000_cs.h
[0m[91mApplying io_quotes_use            to linux/genwqe/genwqe_card.h
[0m[91mApplying io_quotes_use            to linux/vfio.h
[0m[91mApplying io_quotes_use            to linux/gigaset_dev.h
[0m[91mApplying io_quotes_use            to linux/if_pppox.h
[0m[91mApplying io_quotes_use            to linux/blkzoned.h
[0m[91mApplying io_quotes_use            to linux/ndctl.h
[0m[91mApplying io_quotes_use            to linux/agpgart.h
[0m[91mApplying io_quotes_use            to linux/blkpg.h
[0m[91mApplying io_quotes_use            to linux/fpga-dfl.h
[0m[91mApplying io_quotes_use            to linux/psp-sev.h
[0m[91mApplying io_quotes_use            to linux/wmi.h
[0m[91mApplying io_quotes_use            to linux/fs.h
[0m[91mApplying io_quotes_use            to linux/ptp_clock.h
[0m[91mApplying io_quotes_use            to linux/reiserfs_fs.h
[0m[91mApplying io_quotes_use            to linux/dma-buf.h
[0m[91mApplying io_quotes_use            to linux/raid/md_u.h
[0m[91mApplying io_quotes_use            to linux/random.h
[0m[91mApplying io_quotes_use            to linux/auto_fs.h
[0m[91mApplying io_quotes_use            to linux/uinput.h
[0m[91mApplying io_quotes_use            to linux/suspend_ioctls.h
[0m[91mApplying io_quotes_use            to linux/vboxguest.h
[0m[91mApplying io_quotes_use            to linux/ipmi.h
[0m[91mApplying io_quotes_use            to linux/dm-ioctl.h
[0m[91mApplying io_quotes_use            to linux/aspeed-lpc-ctrl.h
[0m[91mApplying io_quotes_use            to linux/hsi/cs-protocol.h
[0m[91mApplying io_quotes_use            to linux/hsi/hsi_char.h
[0m[91mApplying io_quotes_use            to linux/raw.h
[0m[91mApplying io_quotes_use            to linux/vhost.h
[0m[91mApplying io_quotes_use            to linux/userfaultfd.h
[0m[91mApplying io_quotes_def            to linux/pci_regs.h
[0m[91mApplying io_quotes_use            to linux/pktcdvd.h
[0m[91mApplying io_quotes_use            to rdma/rdma_user_ioctl.h
[0m[91mApplying sun_malloc               to malloc.h
[0m[91mApplying pthread_incomplete_struct_argument to pthread.h
[0m[91mApplying io_quotes_use            to video/sisfb.h
[0m[91mApplying sysv68_string            to string.h
[0m[91mApplying io_quotes_use            to sound/emu10k1.h
[0m[91mApplying io_quotes_use            to sound/compress_offload.h
[0m[91mApplying io_quotes_use            to sound/asequencer.h
[0m[91mApplying io_quotes_use            to sound/asound.h
[0m[91mApplying glibc_stdint             to stdint.h
[0m[91mApplying io_quotes_use            to sys/mount.h
[0m[91mApplying io_quotes_use            to sys/raw.h
[0m[91mApplying io_quotes_use            to scsi/cxlflash_ioctl.h
[0m[91mApplying io_quotes_use            to mtd/ubi-user.h
[0m[91mApplying io_quotes_use            to misc/cxl.h
[0m[91mApplying io_quotes_use            to misc/ocxl.h
[0m[91mconfigure: WARNING: decimal float is not supported for this target, ignored
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_add_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:100:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  100 |   GENERATE_FETCH_AND_OP(type, size, add, add, DONT_INVERT, o + v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_add_and_fetch_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:100:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  100 |   GENERATE_FETCH_AND_OP(type, size, add, add, DONT_INVERT, o + v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_sub_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:101:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  101 |   GENERATE_FETCH_AND_OP(type, size, sub, sub, DONT_INVERT, o - v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_sub_and_fetch_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:101:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  101 |   GENERATE_FETCH_AND_OP(type, size, sub, sub, DONT_INVERT, o - v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_and_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:102:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  102 |   GENERATE_FETCH_AND_OP(type, size, and, and, DONT_INVERT, o & v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_and_and_fetch_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:102:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  102 |   GENERATE_FETCH_AND_OP(type, size, and, and, DONT_INVERT, o & v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_xor_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:103:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  103 |   GENERATE_FETCH_AND_OP(type, size, xor, xor, DONT_INVERT, o ^ v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_xor_and_fetch_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:103:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  103 |   GENERATE_FETCH_AND_OP(type, size, xor, xor, DONT_INVERT, o ^ v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_or_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:104:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  104 |   GENERATE_FETCH_AND_OP(type, size, or, or, DONT_INVERT, o | v)  \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_or_and_fetch_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:104:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  104 |   GENERATE_FETCH_AND_OP(type, size, or, or, DONT_INVERT, o | v)  \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_nand_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:105:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  105 |   GENERATE_FETCH_AND_OP(type, size, nand, and, INVERT, ~(o & v)) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_nand_and_fetch_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:105:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  105 |   GENERATE_FETCH_AND_OP(type, size, nand, and, INVERT, ~(o & v)) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:68:8: warning: mismatch in argument 1 type of built-in function '__sync_val_compare_and_swap_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   68 |   type __sync_val_compare_and_swap_ ## size (type *p, type o, type n) \
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:106:3: note: in expansion of macro 'GENERATE_COMPARE_AND_SWAP'
  106 |   GENERATE_COMPARE_AND_SWAP(type, size)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:94:8: warning: mismatch in argument 1 type of built-in function '__sync_bool_compare_and_swap_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   94 |   bool __sync_bool_compare_and_swap_ ## size (type *p, type o, type n) \
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:106:3: note: in expansion of macro 'GENERATE_COMPARE_AND_SWAP'
  106 |   GENERATE_COMPARE_AND_SWAP(type, size)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_add_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:100:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  100 |   GENERATE_FETCH_AND_OP(type, size, add, add, DONT_INVERT, o + v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_add_and_fetch_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:100:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  100 |   GENERATE_FETCH_AND_OP(type, size, add, add, DONT_INVERT, o + v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_sub_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:101:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  101 |   GENERATE_FETCH_AND_OP(type, size, sub, sub, DONT_INVERT, o - v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_sub_and_fetch_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:101:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  101 |   GENERATE_FETCH_AND_OP(type, size, sub, sub, DONT_INVERT, o - v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_and_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:102:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  102 |   GENERATE_FETCH_AND_OP(type, size, and, and, DONT_INVERT, o & v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_and_and_fetch_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:102:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  102 |   GENERATE_FETCH_AND_OP(type, size, and, and, DONT_INVERT, o & v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_xor_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:103:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  103 |   GENERATE_FETCH_AND_OP(type, size, xor, xor, DONT_INVERT, o ^ v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_xor_and_fetch_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:103:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  103 |   GENERATE_FETCH_AND_OP(type, size, xor, xor, DONT_INVERT, o ^ v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_or_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:104:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  104 |   GENERATE_FETCH_AND_OP(type, size, or, or, DONT_INVERT, o | v)  \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_or_and_fetch_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:104:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  104 |   GENERATE_FETCH_AND_OP(type, size, or, or, DONT_INVERT, o | v)  \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_nand_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:105:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  105 |   GENERATE_FETCH_AND_OP(type, size, nand, and, INVERT, ~(o & v)) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_nand_and_fetch_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:105:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  105 |   GENERATE_FETCH_AND_OP(type, size, nand, and, INVERT, ~(o & v)) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:68:8: warning: mismatch in argument 1 type of built-in function '__sync_val_compare_and_swap_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   68 |   type __sync_val_compare_and_swap_ ## size (type *p, type o, type n) \
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:106:3: note: in expansion of macro 'GENERATE_COMPARE_AND_SWAP'
  106 |   GENERATE_COMPARE_AND_SWAP(type, size)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:94:8: warning: mismatch in argument 1 type of built-in function '__sync_bool_compare_and_swap_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   94 |   bool __sync_bool_compare_and_swap_ ## size (type *p, type o, type n) \
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:106:3: note: in expansion of macro 'GENERATE_COMPARE_AND_SWAP'
  106 |   GENERATE_COMPARE_AND_SWAP(type, size)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91mIn file included from ../../../../riscv-gcc/libgcc/unwind-dw2.c:411:
./md-unwind-support.h: In function 'riscv_fallback_frame_state':
./md-unwind-support.h:67:6: warning: assignment to 'struct sigcontext *' from incompatible pointer type 'mcontext_t *' {aka 'struct mcontext_t *'} [-Wincompatible-pointer-types]
   67 |   sc = &rt_->uc.uc_mcontext;
      |      ^
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_add_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:100:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  100 |   GENERATE_FETCH_AND_OP(type, size, add, add, DONT_INVERT, o + v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_add_and_fetch_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:100:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  100 |   GENERATE_FETCH_AND_OP(type, size, add, add, DONT_INVERT, o + v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_sub_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:101:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  101 |   GENERATE_FETCH_AND_OP(type, size, sub, sub, DONT_INVERT, o - v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_sub_and_fetch_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:101:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  101 |   GENERATE_FETCH_AND_OP(type, size, sub, sub, DONT_INVERT, o - v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_and_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:102:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  102 |   GENERATE_FETCH_AND_OP(type, size, and, and, DONT_INVERT, o & v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_and_and_fetch_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:102:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  102 |   GENERATE_FETCH_AND_OP(type, size, and, and, DONT_INVERT, o & v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_xor_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:103:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  103 |   GENERATE_FETCH_AND_OP(type, size, xor, xor, DONT_INVERT, o ^ v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_xor_and_fetch_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:103:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  103 |   GENERATE_FETCH_AND_OP(type, size, xor, xor, DONT_INVERT, o ^ v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_or_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:104:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  104 |   GENERATE_FETCH_AND_OP(type, size, or, or, DONT_INVERT, o | v)  \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_or_and_fetch_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:104:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  104 |   GENERATE_FETCH_AND_OP(type, size, or, or, DONT_INVERT, o | v)  \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_nand_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:105:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  105 |   GENERATE_FETCH_AND_OP(type, size, nand, and, INVERT, ~(o & v)) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_nand_and_fetch_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:105:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  105 |   GENERATE_FETCH_AND_OP(type, size, nand, and, INVERT, ~(o & v)) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:68:8: warning: mismatch in argument 1 type of built-in function '__sync_val_compare_and_swap_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   68 |   type __sync_val_compare_and_swap_ ## size (type *p, type o, type n) \
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:106:3: note: in expansion of macro 'GENERATE_COMPARE_AND_SWAP'
  106 |   GENERATE_COMPARE_AND_SWAP(type, size)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:94:8: warning: mismatch in argument 1 type of built-in function '__sync_bool_compare_and_swap_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   94 |   bool __sync_bool_compare_and_swap_ ## size (type *p, type o, type n) \
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:106:3: note: in expansion of macro 'GENERATE_COMPARE_AND_SWAP'
  106 |   GENERATE_COMPARE_AND_SWAP(type, size)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_add_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:100:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  100 |   GENERATE_FETCH_AND_OP(type, size, add, add, DONT_INVERT, o + v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_add_and_fetch_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:100:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  100 |   GENERATE_FETCH_AND_OP(type, size, add, add, DONT_INVERT, o + v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_sub_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:101:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  101 |   GENERATE_FETCH_AND_OP(type, size, sub, sub, DONT_INVERT, o - v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_sub_and_fetch_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:101:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  101 |   GENERATE_FETCH_AND_OP(type, size, sub, sub, DONT_INVERT, o - v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_and_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:102:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  102 |   GENERATE_FETCH_AND_OP(type, size, and, and, DONT_INVERT, o & v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_and_and_fetch_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:102:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  102 |   GENERATE_FETCH_AND_OP(type, size, and, and, DONT_INVERT, o & v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_xor_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:103:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  103 |   GENERATE_FETCH_AND_OP(type, size, xor, xor, DONT_INVERT, o ^ v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_xor_and_fetch_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:103:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  103 |   GENERATE_FETCH_AND_OP(type, size, xor, xor, DONT_INVERT, o ^ v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_or_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:104:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  104 |   GENERATE_FETCH_AND_OP(type, size, or, or, DONT_INVERT, o | v)  \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_or_and_fetch_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:104:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  104 |   GENERATE_FETCH_AND_OP(type, size, or, or, DONT_INVERT, o | v)  \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_nand_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:105:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  105 |   GENERATE_FETCH_AND_OP(type, size, nand, and, INVERT, ~(o & v)) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_nand_and_fetch_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:105:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  105 |   GENERATE_FETCH_AND_OP(type, size, nand, and, INVERT, ~(o & v)) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:68:8: warning: mismatch in argument 1 type of built-in function '__sync_val_compare_and_swap_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   68 |   type __sync_val_compare_and_swap_ ## size (type *p, type o, type n) \
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:106:3: note: in expansion of macro 'GENERATE_COMPARE_AND_SWAP'
  106 |   GENERATE_COMPARE_AND_SWAP(type, size)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:94:8: warning: mismatch in argument 1 type of built-in function '__sync_bool_compare_and_swap_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   94 |   bool __sync_bool_compare_and_swap_ ## size (type *p, type o, type n) \
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:106:3: note: in expansion of macro 'GENERATE_COMPARE_AND_SWAP'
  106 |   GENERATE_COMPARE_AND_SWAP(type, size)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c: In function '__sync_nand_and_fetch_1':
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:63:14: note: '__sync_fetch_and_nand' changed semantics in GCC 4.4
   63 |     type o = __sync_fetch_and_ ## opname ## _ ## size (p, v);  \
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:105:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  105 |   GENERATE_FETCH_AND_OP(type, size, nand, and, INVERT, ~(o & v)) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91mIn file included from ../../../../riscv-gcc/libgcc/unwind-dw2.c:411:
./md-unwind-support.h: In function 'riscv_fallback_frame_state':
./md-unwind-support.h:67:6: warning: assignment to 'struct sigcontext *' from incompatible pointer type 'mcontext_t *' {aka 'struct mcontext_t *'} [-Wincompatible-pointer-types]
   67 |   sc = &rt_->uc.uc_mcontext;
      |      ^
[0m[91mMakefile:867: warning: overriding recipe for target 'all-multi'
Makefile:861: warning: ignoring old recipe for target 'all-multi'
[0m[91mMakefile:867: warning: overriding recipe for target 'all-multi'
Makefile:861: warning: ignoring old recipe for target 'all-multi'
[0m[91mMakefile:867: warning: overriding recipe for target 'all-multi'
[0m[91mMakefile:861: warning: ignoring old recipe for target 'all-multi'
[0m[91mconfigure: WARNING: No native atomic operations are provided for this platform.
[0m[91mconfigure: WARNING: They will be faked using a mutex.
[0m[91mconfigure: WARNING: Performance of certain classes will degrade as a result.
[0m[91m../../../../riscv-gcc/libgfortran/intrinsics/date_and_time.c: In function 'date_and_time':
../../../../riscv-gcc/libgfortran/intrinsics/date_and_time.c:165:33: warning: '%04d' directive output may be truncated writing between 4 and 11 bytes into a region of size 9 [-Wformat-truncation=]
  165 |  snprintf (date, DATE_LEN + 1, "%04d%02d%02d",
      |                                 ^~~~
../../../../riscv-gcc/libgfortran/intrinsics/date_and_time.c:165:32: note: directive argument in the range [-2147481748, 2147483647]
  165 |  snprintf (date, DATE_LEN + 1, "%04d%02d%02d",
      |                                ^~~~~~~~~~~~~~
../../../../riscv-gcc/libgfortran/intrinsics/date_and_time.c:165:32: note: directive argument in the range [-2147483647, 2147483647]
../../../../riscv-gcc/libgfortran/intrinsics/date_and_time.c:165:2: note: 'snprintf' output between 9 and 34 bytes into a destination of size 9
  165 |  snprintf (date, DATE_LEN + 1, "%04d%02d%02d",
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  166 |     values[0], values[1], values[2]);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgfortran/intrinsics/date_and_time.c:172:33: warning: '%+03d' directive output may be truncated writing between 3 and 9 bytes into a region of size 6 [-Wformat-truncation=]
  172 |  snprintf (zone, ZONE_LEN + 1, "%+03d%02d",
      |                                 ^~~~~
../../../../riscv-gcc/libgfortran/intrinsics/date_and_time.c:172:32: note: directive argument in the range [-35791394, 35791394]
  172 |  snprintf (zone, ZONE_LEN + 1, "%+03d%02d",
      |                                ^~~~~~~~~~~
../../../../riscv-gcc/libgfortran/intrinsics/date_and_time.c:172:32: note: directive argument in the range [0, 59]
../../../../riscv-gcc/libgfortran/intrinsics/date_and_time.c:172:2: note: 'snprintf' output between 6 and 12 bytes into a destination of size 6
  172 |  snprintf (zone, ZONE_LEN + 1, "%+03d%02d",
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  173 |     values[3] / 60, abs (values[3] % 60));
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[91m/home/riscvuser/chipyard/riscv-tools-install/riscv64-unknown-linux-gnu/bin/ld: .libs/fpu.o: in function `.L11':
fpu.c:(.text._gfortrani_set_fpu_trap_exceptions+0x86): warning: fedisableexcept is not implemented and will always fail
/home/riscvuser/chipyard/riscv-tools-install/riscv64-unknown-linux-gnu/bin/ld: fpu.c:(.text._gfortrani_set_fpu_trap_exceptions+0x74): warning: feenableexcept is not implemented and will always fail
/home/riscvuser/chipyard/riscv-tools-install/riscv64-unknown-linux-gnu/bin/ld: .libs/fpu.o: in function `_gfortrani_get_fpu_trap_exceptions':
fpu.c:(.text._gfortrani_get_fpu_trap_exceptions[0m[91m+0x4): warning: fegetexcept is not implemented and will always fail
[0m[91mMakefile:867: warning: overriding recipe for target 'all-multi'
Makefile:861: warning: ignoring old recipe for target 'all-multi'
[0m[91mMakefile:867: warning: overriding recipe for target 'all-multi'
[0m[91mMakefile:861: warning: ignoring old recipe for target 'all-multi'
[0m[91mMakefile:867: warning: overriding recipe for target 'all-multi'
Makefile:861: warning: ignoring old recipe for target 'all-multi'
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-isa-sim'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-pk'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-tests'...
[0m[91mSubmodule 'env' (https://github.com/riscv/riscv-test-env.git) registered for path 'toolchains/riscv-tools/riscv-tests/env'
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-tests/env'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/libgloss'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/qemu'...
[0m[91mSubmodule 'capstone' (https://git.qemu.org/git/capstone.git) registered for path 'toolchains/qemu/capstone'
[0m[91mSubmodule 'dtc' (https://git.qemu.org/git/dtc.git) registered for path 'toolchains/qemu/dtc'
[0m[91mSubmodule 'roms/QemuMacDrivers' (https://git.qemu.org/git/QemuMacDrivers.git) registered for path 'toolchains/qemu/roms/QemuMacDrivers'
[0m[91mSubmodule 'roms/SLOF' (https://git.qemu.org/git/SLOF.git) registered for path 'toolchains/qemu/roms/SLOF'
[0m[91mSubmodule 'roms/edk2' (https://git.qemu.org/git/edk2.git) registered for path 'toolchains/qemu/roms/edk2'
[0m[91mSubmodule 'roms/ipxe' (https://git.qemu.org/git/ipxe.git) registered for path 'toolchains/qemu/roms/ipxe'
[0m[91mSubmodule 'roms/openbios' (https://git.qemu.org/git/openbios.git) registered for path 'toolchains/qemu/roms/openbios'
[0m[91mSubmodule 'roms/openhackware' (https://git.qemu.org/git/openhackware.git) registered for path 'toolchains/qemu/roms/openhackware'
[0m[91mSubmodule 'roms/opensbi' (https://git.qemu.org/git/opensbi.git) registered for path 'toolchains/qemu/roms/opensbi'
[0m[91mSubmodule 'roms/qemu-palcode' (https://git.qemu.org/git/qemu-palcode.git) registered for path 'toolchains/qemu/roms/qemu-palcode'
[0m[91mSubmodule 'roms/seabios' (https://git.qemu.org/git/seabios.git/) registered for path 'toolchains/qemu/roms/seabios'
[0m[91mSubmodule 'roms/seabios-hppa' (https://git.qemu.org/git/seabios-hppa.git) registered for path 'toolchains/qemu/roms/seabios-hppa'
[0m[91mSubmodule 'roms/sgabios' (https://git.qemu.org/git/sgabios.git) registered for path 'toolchains/qemu/roms/sgabios'
[0m[91mSubmodule 'roms/skiboot' (https://git.qemu.org/git/skiboot.git) registered for path 'toolchains/qemu/roms/skiboot'
[0m[91mSubmodule 'roms/u-boot' (https://git.qemu.org/git/u-boot.git) registered for path 'toolchains/qemu/roms/u-boot'
[0m[91mSubmodule 'roms/u-boot-sam460ex' (https://git.qemu.org/git/u-boot-sam460ex.git) registered for path 'toolchains/qemu/roms/u-boot-sam460ex'
[0m[91mSubmodule 'slirp' (https://git.qemu.org/git/libslirp.git) registered for path 'toolchains/qemu/slirp'
[0m[91mSubmodule 'tests/fp/berkeley-softfloat-3' (https://git.qemu.org/git/berkeley-softfloat-3.git) registered for path 'toolchains/qemu/tests/fp/berkeley-softfloat-3'
[0m[91mSubmodule 'tests/fp/berkeley-testfloat-3' (https://git.qemu.org/git/berkeley-testfloat-3.git) registered for path 'toolchains/qemu/tests/fp/berkeley-testfloat-3'
[0m[91mSubmodule 'ui/keycodemapdb' (https://git.qemu.org/git/keycodemapdb.git) registered for path 'toolchains/qemu/ui/keycodemapdb'
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/qemu/capstone'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/qemu/dtc'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/qemu/roms/QemuMacDrivers'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/qemu/roms/SLOF'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/qemu/roms/edk2'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/qemu/roms/ipxe'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/qemu/roms/openbios'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/qemu/roms/openhackware'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/qemu/roms/opensbi'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/qemu/roms/qemu-palcode'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/qemu/roms/seabios'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/qemu/roms/seabios-hppa'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/qemu/roms/sgabios'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/qemu/roms/skiboot'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/qemu/roms/u-boot'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/qemu/roms/u-boot-sam460ex'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/qemu/slirp'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/qemu/tests/fp/berkeley-softfloat-3'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/qemu/tests/fp/berkeley-testfloat-3'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/qemu/ui/keycodemapdb'...
[0m[91mSubmodule 'SoftFloat' (https://github.com/ucb-bar/berkeley-softfloat-3.git) registered for path 'toolchains/qemu/roms/edk2/ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3'
[0m[91mSubmodule 'CryptoPkg/Library/OpensslLib/openssl' (https://github.com/openssl/openssl) registered for path 'toolchains/qemu/roms/edk2/CryptoPkg/Library/OpensslLib/openssl'
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/qemu/roms/edk2/ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/qemu/roms/edk2/CryptoPkg/Library/OpensslLib/openssl'...
[0m[91mSubmodule 'boringssl' (https://boringssl.googlesource.com/boringssl) registered for path 'toolchains/qemu/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/boringssl'
[0m[91mSubmodule 'krb5' (https://github.com/krb5/krb5) registered for path 'toolchai                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_nand_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:105:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  105 |   GENERATE_FETCH_AND_OP(type, size, nand, and, INVERT, ~(o & v)) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_nand_and_fetch_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:105:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  105 |   GENERATE_FETCH_AND_OP(type, size, nand, and, INVERT, ~(o & v)) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:68:8: warning: mismatch in argument 1 type of built-in function '__sync_val_compare_and_swap_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   68 |   type __sync_val_compare_and_swap_ ## size (type *p, type o, type n) \
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:106:3: note: in expansion of macro 'GENERATE_COMPARE_AND_SWAP'
  106 |   GENERATE_COMPARE_AND_SWAP(type, size)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:94:8: warning: mismatch in argument 1 type of built-in function '__sync_bool_compare_and_swap_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   94 |   bool __sync_bool_compare_and_swap_ ## size (type *p, type o, type n) \
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:106:3: note: in expansion of macro 'GENERATE_COMPARE_AND_SWAP'
  106 |   GENERATE_COMPARE_AND_SWAP(type, size)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91mconfigure: WARNING: gcc emits a warning for alias between functions of incompatible types
configure: WARNING: Multi-arch is disabled.
[0m[91mconfigure: WARNING: gcc emits a warning for alias between functions of incompatible types
[0m[91mconfigure: WARNING: Multi-arch is disabled.
[0m[91mconfigure: WARNING: minimum kernel version reset to 4.15.0
[0m[91mconfigure: WARNING: minimum kernel version reset to 4.15.0
[0m[91m*** errlist.c count 134 inflated to GLIBC_2.12 count 135 (old errno.h?)
[0m[91m*** This configuration is not supported in the following subdirectories:
     zlib target-libquadmath target-libitm target-libsanitizer target-libvtv gnattools gotools target-libada target-libhsail-rt target-libphobos target-zlib target-libgo target-libffi target-libobjc target-liboffloadmic target-libssp
    (Any other directories should still work fine.)
[0m[91mobjcopy: /tmp/ls373943: debuglink section already exists
[0m[91mconfigure: WARNING: decimal float is not supported for this target, ignored
[0m[91mar: `u' modifier ignored since `D' is the default (see `U')
[0m[91m../../../../riscv-gcc/libcpp/expr.c: In function ‘unsigned int cpp_classify_number(cpp_reader*, const cpp_token*, const char**, location_t)’:
../../../../riscv-gcc/libcpp/expr.c:797:18: warning: format not a string literal and no format arguments [-Wformat-security]
        0, message);
                  ^
../../../../riscv-gcc/libcpp/expr.c:800:39: warning: format not a string literal and no format arguments [-Wformat-security]
           virtual_location, 0, message);
                                       ^
[0m[91m../../../../riscv-gcc/libcpp/macro.c: In member function ‘vaopt_state::update_type vaopt_state::update(const cpp_token*)’:
../../../../riscv-gcc/libcpp/macro.c:164:23: warning: format not a string literal and no format arguments [-Wformat-security]
      vaopt_paste_error);
                       ^
[0m[91m../../../../riscv-gcc/libcpp/macro.c:193:24: warning: format not a string literal and no format arguments [-Wformat-security]
       vaopt_paste_error);
                        ^
[0m[91m../../../../riscv-gcc/libcpp/macro.c: In function ‘cpp_macro* create_iso_definition(cpp_reader*)’:
../../../../riscv-gcc/libcpp/macro.c:3385:58: warning: format not a string literal and no format arguments [-Wformat-security]
        cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
                                                          ^
../../../../riscv-gcc/libcpp/macro.c:3400:58: warning: format not a string literal and no format arguments [-Wformat-security]
        cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
                                                          ^
[0m[91mlibtool: install: warning: remember to run `libtool --finish /home/riscvuser/chipyard/riscv-tools-install/libexec/gcc/riscv64-unknown-linux-gnu/9.2.0'
[0m[91mar: `u' modifier ignored since `D' is the default (see `U')
[0m[91m../../../riscv-gcc/libcpp/expr.c: In function ‘unsigned int cpp_classify_number(cpp_reader*, const cpp_token*, const char**, location_t)’:
../../../riscv-gcc/libcpp/expr.c:797:18: warning: format not a string literal and no format arguments [-Wformat-security]
        0, message);
                  ^
../../../riscv-gcc/libcpp/expr.c:800:39: warning: format not a string literal and no format arguments [-Wformat-security]
           virtual_location, 0, message);
                                       ^
[0m[91m../../../riscv-gcc/libcpp/macro.c: In member function ‘vaopt_state::update_type vaopt_state::update(const cpp_token*)’:
../../../riscv-gcc/libcpp/macro.c:164:23: warning: format not a string literal and no format arguments [-Wformat-security]
      vaopt_paste_error);
                       ^
[0m[91m../../../riscv-gcc/libcpp/macro.c:193:24: warning: format not a string literal and no format arguments [-Wformat-security]
       vaopt_paste_error);
                        ^
[0m[91m../../../riscv-gcc/libcpp/macro.c: In function ‘cpp_macro* create_iso_definition(cpp_reader*)’:
../../../riscv-gcc/libcpp/macro.c:3385:58: warning: format not a string literal and no format arguments [-Wformat-security]
        cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
                                                          ^
[0m[91m../../../riscv-gcc/libcpp/macro.c:3400:58: warning: format not a string literal and no format arguments [-Wformat-security]
        cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
                                                          ^
[0m[91mar: [0m[91m`u' modifier ignored since `D' is the default (see `U')[0m[91m
[0m[91mconfigure: WARNING: decimal float is not supported for this target, ignored
[0m[91mconfigure: WARNING: fixed-point is not supported for this target, ignored
[0m[91mLinks are now set up to build a cross-compiler
[0m[91m from x86_64-pc-linux-gnu to riscv64-unknown-linux-gnu.
[0m[91m../../../riscv-gcc/gcc/genhooks.c: In function ‘void emit_documentation(const char*)’:
../../../riscv-gcc/gcc/genhooks.c:131:45: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
   while (fscanf (f, "%*[^@]"), buf[0] = '\0',
                                             ^
../../../riscv-gcc/gcc/genhooks.c:140:14: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
       fscanf (f, "%999s", buf);
       ~~~~~~~^~~~~~~~~~~~~~~~~
../../../riscv-gcc/gcc/genhooks.c:193:14: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
       fscanf (f, "%5[^ \n]", buf);
       ~~~~~~~^~~~~~~~~~~~~~~~~~~~
../../../riscv-gcc/gcc/genhooks.c:199:14: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
       fscanf (f, "%999s", buf);
       ~~~~~~~^~~~~~~~~~~~~~~~~
[0m[91m../../../riscv-gcc/gcc/fortran/gfortran.texi:2769: warning: @ref node name should not contain `:'
[0m[91m../../../riscv-gcc/gcc/gengtype-lex.l: In function ‘int yylex(const char**)’:
gengtype-lex.c:357:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
 #define YY_DO_BEFORE_ACTION \
  ~~~~~~~~~~~~~^~~
../../../riscv-gcc/gcc/gengtype-lex.l:119:1: note: in expansion of macro ‘YY_DO_BEFORE_ACTION’
 "GTY"/{EOID}   { return GTY_TOKEN; }
 ^~~~~~~~~~~~~~~~~~~
[0m[91m../../../riscv-gcc/gcc/gengtype-lex.l:114:1: note: here
 "^"     |
 ^~~~
[0m[91mgengtype-lex.c:357:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
 #define YY_DO_BEFORE_ACTION \
  ~~~~~~~~~~~~~^~~
../../../riscv-gcc/gcc/gengtype-lex.l:136:1: note: in expansion of macro ‘YY_DO_BEFORE_ACTION’
 
 ^                  
[0m[91m../../../riscv-gcc/gcc/gengtype-lex.l:132:1: note: here
   size_t len;
 ^ ~~
[0m[91mGIMPLE decision tree has 2874 leafs, maximum depth 12 and a total number of 11721 nodes
[0m[91mremoved 1855 duplicate tails
[0m[91mGENERIC decision tree has 2760 leafs, maximum depth 12 and a total number of 11180 nodes
[0m[91mremoved 1757 duplicate tails
[0m[91m../../../riscv-gcc/gcc/c/c-typeck.c: In function ‘int convert_arguments(location_t, vec<unsigned int>, tree, vec<tree_node*, va_gc>*, vec<tree_node*, va_gc>*, tree, tree)’:
../../../riscv-gcc/gcc/c/c-typeck.c:3601:28: warning: format not a string literal and no format arguments [-Wformat-security]
    error (invalid_func_diag);
                            ^
[0m[91m../../../riscv-gcc/gcc/c/c-typeck.c: In function ‘tree_node* build_unary_op(location_t, tree_code, tree, bool)’:
../../../riscv-gcc/gcc/c/c-typeck.c:4339:42: warning: format not a string literal and no format arguments [-Wformat-security]
       error_at (location, invalid_op_diag);
                                          ^
[0m[91m../../../riscv-gcc/gcc/c/c-typeck.c: In function ‘void warning_init(location_t, int, const char*)’:
../../../riscv-gcc/gcc/c/c-typeck.c:6400:43: warning: format not a string literal and no format arguments [-Wformat-security]
   warned = warning_at (exploc, opt, gmsgid);
                                           ^
[0m[91m../../../riscv-gcc/gcc/c/c-typeck.c: In function ‘tree_node* build_binary_op(location_t, tree_code, tree, tree, bool)’:
../../../riscv-gcc/gcc/c/c-typeck.c:11480:42: warning: format not a string literal and no format arguments [-Wformat-security]
       error_at (location, invalid_op_diag);
                                          ^
[0m[91m../../../riscv-gcc/gcc/c/c-convert.c: In function ‘tree_node* convert(tree, tree)’:
../../../riscv-gcc/gcc/c/c-convert.c:81:31: warning: format not a string literal and no format arguments [-Wformat-security]
       error (invalid_conv_diag);
                               ^
[0m[91m../../../riscv-gcc/gcc/c-family/c-common.c: In function ‘void c_parse_error(const char*, cpp_ttype, tree, unsigned char, rich_location*)’:
../../../riscv-gcc/gcc/c-family/c-common.c:6144:30: warning: format not a string literal and no format arguments [-Wformat-security]
     error_at (richloc, gmsgid);
                              ^
[0m[91m../../../riscv-gcc/gcc/c-family/c-common.c:6148:33: warning: format not a string literal and no format arguments [-Wformat-security]
       error_at (richloc, message);
                                 ^
[0m[91m../../../riscv-gcc/gcc/fold-const.c: In function ‘void fold_overflow_warning(const char*, warn_strict_overflow_code)’:
../../../riscv-gcc/gcc/fold-const.c:303:42: warning: format not a string literal and no format arguments [-Wformat-security]
     warning (OPT_Wstrict_overflow, gmsgid);
                                          ^
[0m[91m../../../riscv-gcc/gcc/gimple-fold.c: In function ‘bool gimple_fold_builtin_strncpy(gimple_stmt_iterator*, tree, tree, tree)’:
../../../riscv-gcc/gcc/gimple-fold.c:1854:22: warning: unknown conversion type character ‘G’ in format [-Wformat=]
    stmt, fndecl, slen);
                      ^
../../../riscv-gcc/gcc/gimple-fold.c:1854:22: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-fold.c:1854:22: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-fold.c:1858:16: warning: unknown conversion type character ‘G’ in format [-Wformat=]
    stmt, fndecl);
                ^
../../../riscv-gcc/gcc/gimple-fold.c:1858:16: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-fold.c:1858:16: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-fold.c: In function ‘bool gimple_fold_builtin_strncat(gimple_stmt_iterator*)’:
../../../riscv-gcc/gcc/gimple-fold.c:2229:37: warning: unknown conversion type character ‘G’ in format [-Wformat=]
           stmt, fndecl, len, dstsize);
                                     ^
../../../riscv-gcc/gcc/gimple-fold.c:2229:37: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-fold.c:2229:37: warning: unknown conversion type character ‘G’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-fold.c:2229:37: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-fold.c:2229:37: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 6 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-fold.c:2229:37: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-fold.c:2246:26: warning: unknown conversion type character ‘G’ in format [-Wformat=]
         stmt, fndecl, len))
                          ^
../../../riscv-gcc/gcc/gimple-fold.c:2246:26: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-fold.c:2246:26: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-isolate-paths.c: In function ‘void find_explicit_erroneous_behavior()’:
../../../riscv-gcc/gcc/gimple-ssa-isolate-paths.c:554:35: warning: format not a string literal and no format arguments [-Wformat-security]
        OPT_Wreturn_local_addr, msg))
                                   ^
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-sprintf.c: In function ‘bool {anonymous}::format_directive(const {anonymous}::sprintf_dom_walker::call_info&, {anonymous}::format_result*, const {anonymous}::directive&, vr_values*)’:
../../../riscv-gcc/gcc/gimple-ssa-sprintf.c:2816:58: warning: unknown conversion type character ‘G’ in format [-Wformat=]
         target_to_host (hostdir, sizeof hostdir, dir.beg));
                                                          ^
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-sprintf.c:2816:58: warning: field precision specifier ‘.*’ expects argument of type ‘int’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-sprintf.c:2816:58: warning: format ‘%s’ expects argument of type ‘char*’, but argument 7 has type ‘int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-sprintf.c:2816:58: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-sprintf.c: In member function ‘bool {anonymous}::sprintf_dom_walker::handle_gimple_call(gimple_stmt_iterator*)’:
../../../riscv-gcc/gcc/gimple-ssa-sprintf.c:4180:22: warning: unknown conversion type character ‘G’ in format [-Wformat=]
         info.callstmt);
                      ^
../../../riscv-gcc/gcc/gimple-ssa-sprintf.c:4180:22: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-sprintf.c:4210:18: warning: unknown conversion type character ‘G’ in format [-Wformat=]
     info.callstmt);
                  ^
../../../riscv-gcc/gcc/gimple-ssa-sprintf.c:4210:18: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c: In function ‘bool {anonymous}::maybe_diag_overlap(location_t, gimple*, {anonymous}::builtin_access&)’:
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: unknown conversion type character ‘G’ in format [-Wformat=]
    offstr[0], offstr[1], ovlsiz[0], offstr[2]);
                                              ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%s’ expects argument of type ‘char*’, but argument 6 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%s’ expects argument of type ‘char*’, but argument 9 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%s’ expects argument of type ‘char*’, but argument 6 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%s’ expects argument of type ‘char*’, but argument 9 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: unknown conversion type character ‘G’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%s’ expects argument of type ‘char*’, but argument 6 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%s’ expects argument of type ‘char*’, but argument 9 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%s’ expects argument of type ‘char*’, but argument 6 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: format ‘%s’ expects argument of type ‘char*’, but argument 9 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1449:46: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: unknown conversion type character ‘G’ in format [-Wformat=]
          ovlsiz[0], ovlsiz[1], offstr[2]);
                                         ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: format ‘%s’ expects argument of type ‘char*’, but argument 12 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: format ‘%s’ expects argument of type ‘char*’, but argument 12 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1459:41: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: unknown conversion type character ‘G’ in format [-Wformat=]
          offstr[0], offstr[1], ovlsiz[0], offstr[2]);
                                                    ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: format ‘%s’ expects argument of type ‘char*’, but argument 11 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: format ‘%s’ expects argument of type ‘char*’, but argument 11 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1467:52: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: unknown conversion type character ‘G’ in format [-Wformat=]
          offstr[0], offstr[1], ovlsiz[0], offstr[2]);
                                                    ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: format ‘%s’ expects argument of type ‘char*’, but argument 9 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 11 has type ‘char*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: format ‘%s’ expects argument of type ‘char*’, but argument 12 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: unknown conversion type character ‘G’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: format ‘%s’ expects argument of type ‘char*’, but argument 9 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 11 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: format ‘%s’ expects argument of type ‘char*’, but argument 12 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1482:52: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1490:13: warning: unknown conversion type character ‘G’ in format [-Wformat=]
    offstr[2]);
             ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1490:13: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1490:13: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1490:13: warning: format ‘%s’ expects argument of type ‘char*’, but argument 7 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1490:13: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 9 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1490:13: warning: format ‘%s’ expects argument of type ‘char*’, but argument 11 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1490:13: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1497:46: warning: unknown conversion type character ‘G’ in format [-Wformat=]
    offstr[0], offstr[1], ovlsiz[0], offstr[2]);
                                              ^
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1497:46: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1497:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1497:46: warning: format ‘%s’ expects argument of type ‘char*’, but argument 7 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1497:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 9 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1497:46: warning: format ‘%s’ expects argument of type ‘char*’, but argument 10 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1497:46: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: unknown conversion type character ‘G’ in format [-Wformat=]
      ovlsiz[0], offstr[2]);
                          ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: format ‘%s’ expects argument of type ‘char*’, but argument 11 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: format ‘%s’ expects argument of type ‘char*’, but argument 11 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1511:26: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1518:38: warning: unknown conversion type character ‘G’ in format [-Wformat=]
       ovlsiz[0], ovlsiz[1], offstr[2]);
                                      ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1518:38: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1518:38: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1518:38: warning: format ‘%s’ expects argument of type ‘char*’, but argument 6 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1518:38: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1518:38: warning: format ‘%s’ expects argument of type ‘char*’, but argument 10 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1518:38: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1524:27: warning: unknown conversion type character ‘G’ in format [-Wformat=]
       ovlsiz[0], offstr[2]);
                           ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1524:27: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1524:27: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1524:27: warning: format ‘%s’ expects argument of type ‘char*’, but argument 6 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1524:27: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1524:27: warning: format ‘%s’ expects argument of type ‘char*’, but argument 9 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1524:27: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1553:44: warning: unknown conversion type character ‘G’ in format [-Wformat=]
          call, func, sizrange[1], ovlsiz[1]);
                                            ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1553:44: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1553:44: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1553:44: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1553:44: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1553:44: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1553:44: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1553:44: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: unknown conversion type character ‘G’ in format [-Wformat=]
          ovlsiz[1], offstr[2]);
                              ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: format ‘%s’ expects argument of type ‘char*’, but argument 11 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: format ‘%s’ expects argument of type ‘char*’, but argument 11 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1561:30: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1571:40: warning: unknown conversion type character ‘G’ in format [-Wformat=]
      call, func, sizrange[1], ovlsiz[1]);
                                        ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1571:40: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1571:40: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1571:40: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1571:40: warning: unknown conversion type character ‘G’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1571:40: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1571:40: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1571:40: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: unknown conversion type character ‘G’ in format [-Wformat=]
      ovlsiz[1], offstr[2]);
                          ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: format ‘%s’ expects argument of type ‘char*’, but argument 11 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: format ‘%s’ expects argument of type ‘char*’, but argument 11 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1579:26: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1591:53: warning: unknown conversion type character ‘G’ in format [-Wformat=]
      call, func, sizrange[0], sizrange[1], ovlsiz[1]);
                                                     ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1591:53: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1591:53: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1591:53: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1591:53: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1591:53: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1591:53: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1591:53: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: unknown conversion type character ‘G’ in format [-Wformat=]
      offstr[0], offstr[1], ovlsiz[1], offstr[2]);
                                                ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: format ‘%s’ expects argument of type ‘char*’, but argument 9 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 11 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: format ‘%s’ expects argument of type ‘char*’, but argument 12 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: format ‘%s’ expects argument of type ‘char*’, but argument 9 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 11 has type ‘char*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: format ‘%s’ expects argument of type ‘char*’, but argument 12 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1601:48: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: unknown conversion type character ‘G’ in format [-Wformat=]
       ovlsiz[1], offstr[2]);
                           ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: format ‘%s’ expects argument of type ‘char*’, but argument 11 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: format ‘%s’ expects argument of type ‘char*’, but argument 8 has type ‘long int’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: format ‘%s’ expects argument of type ‘char*’, but argument 11 has type ‘long int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1611:27: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c: In function ‘bool {anonymous}::maybe_diag_access_bounds(location_t, gimple*, tree, int, const {anonymous}::builtin_memref&, bool)’:
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1655:32: warning: unknown conversion type character ‘G’ in format [-Wformat=]
           maxobjsize.to_uhwi ());
                                ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1655:32: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1655:32: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1655:32: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1662:30: warning: unknown conversion type character ‘G’ in format [-Wformat=]
         maxobjsize.to_uhwi ());
                              ^
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1662:30: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1662:30: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1662:30: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1719:58: warning: unknown conversion type character ‘G’ in format [-Wformat=]
      call, func, rangestr[0], rangestr[1], ref.base, type))
                                                          ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1719:58: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1719:58: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1719:58: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 7 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1719:58: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1729:42: warning: unknown conversion type character ‘G’ in format [-Wformat=]
      call, func, rangestr[0], rangestr[1]);
                                          ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1729:42: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1729:42: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1729:42: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1735:45: warning: unknown conversion type character ‘G’ in format [-Wformat=]
         call, func, rangestr[0], rangestr[1]);
                                             ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1735:45: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1735:45: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1735:45: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1756:40: warning: unknown conversion type character ‘G’ in format [-Wformat=]
          ref.base, TREE_TYPE (ref.base)))
                                        ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1756:40: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1756:40: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1756:40: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 6 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1756:40: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 7 has type ‘long unsigned int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1756:40: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1756:40: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1756:40: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1756:40: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 6 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1756:40: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 7 has type ‘long unsigned int’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1756:40: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1764:39: warning: unknown conversion type character ‘G’ in format [-Wformat=]
         ref.base, TREE_TYPE (ref.base)))
                                       ^
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1764:39: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1764:39: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1764:39: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1764:39: warning: unknown conversion type character ‘G’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1764:39: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1764:39: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1764:39: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1764:39: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1778:57: warning: unknown conversion type character ‘G’ in format [-Wformat=]
         call, func, rangestr[0], ref.basesize.to_uhwi ());
                                                         ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1778:57: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1778:57: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1778:57: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 6 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1778:57: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1778:57: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1778:57: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1778:57: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 6 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1778:57: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1784:32: warning: unknown conversion type character ‘G’ in format [-Wformat=]
         call, func, rangestr[0]);
                                ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1784:32: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1784:32: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1784:32: warning: unknown conversion type character ‘G’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1784:32: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1784:32: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1784:32: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1796:46: warning: unknown conversion type character ‘G’ in format [-Wformat=]
       call, func, rangestr[0], ref.base, type);
                                              ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1796:46: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1796:46: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1796:46: warning: format ‘%E’ expects argument of type ‘tree_node*’, but argument 6 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1796:46: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1808:28: warning: unknown conversion type character ‘G’ in format [-Wformat=]
       ref.refoff.to_uhwi ());
                            ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1808:28: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1808:28: warning: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1808:28: warning: format ‘%E’ expects argument of type ‘tree_node*’, but argument 6 has type ‘char*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1808:28: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 9 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1808:28: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c: In function ‘int check_bounds_or_overlap(gimple*, tree, tree, tree, tree, bool, bool)’:
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1981:19: warning: unknown conversion type character ‘G’ in format [-Wformat=]
         call, func);
                   ^
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1981:19: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/gimple-ssa-warn-restrict.c:1981:19: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/hsa-gen.c: In member function ‘void omp_simple_builtin::generate(gimple*, hsa_bb*)’:
../../../riscv-gcc/gcc/hsa-gen.c:88:32: warning: format not a string literal and no format arguments [-Wformat-security]
       inform (location, message); \
                                ^
../../../riscv-gcc/gcc/hsa-gen.c:4548:2: note: in expansion of macro ‘HSA_SORRY_AT’
  HSA_SORRY_AT (gimple_location (stmt), m_warning_message);
  ^~~~~~~~~~~~
[0m[91m../../../riscv-gcc/gcc/hsa-gen.c:4555:68: warning: format not a string literal and no format arguments [-Wformat-security]
     warning_at (gimple_location (stmt), OPT_Whsa, m_warning_message);
                                                                    ^
[0m[91m../../../riscv-gcc/gcc/ipa-devirt.c: In function ‘void warn_odr(tree, tree, tree, tree, bool, bool*, const char*)’:
../../../riscv-gcc/gcc/ipa-devirt.c:1050:47: warning: format not a string literal and no format arguments [-Wformat-security]
   inform (DECL_SOURCE_LOCATION (decl2), reason);
                                               ^
[0m[91m../../../riscv-gcc/gcc/reload1.c: In function ‘void elimination_costs_in_insn(rtx_insn*)’:
../../../riscv-gcc/gcc/reload1.c:3754:28: warning: ‘orig_dup[0]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     *recog_data.dup_loc[i] = orig_dup[i];
     ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
[0m[91m../../../riscv-gcc/gcc/tree-ssa-ccp.c: In member function ‘virtual unsigned int {anonymous}::pass_post_ipa_warn::execute(function*)’:
../../../riscv-gcc/gcc/tree-ssa-ccp.c:3460:34: warning: unknown conversion type character ‘G’ in format [-Wformat=]
           "expected", stmt, i + 1))
                                  ^
../../../riscv-gcc/gcc/tree-ssa-ccp.c:3460:34: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-ccp.c:3460:34: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/tree-ssa-strlen.c: In function ‘bool maybe_diag_stxncpy_trunc(gimple_stmt_iterator, tree, tree)’:
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2101:21: warning: unknown conversion type character ‘G’ in format [-Wformat=]
      stmt, func, cnt);
                     ^
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2101:21: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2101:21: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2101:21: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2101:21: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2101:21: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/tree-ssa-strlen.c:2115:46: warning: unknown conversion type character ‘G’ in format [-Wformat=]
       stmt, func, cnt, lenrange[0].to_uhwi ());
                                              ^
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2115:46: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2115:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2115:46: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2115:46: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2115:46: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2115:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2115:46: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2121:52: warning: unknown conversion type character ‘G’ in format [-Wformat=]
      cntrange[1].to_uhwi (), lenrange[0].to_uhwi ());
                                                    ^
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2121:52: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2121:52: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2121:52: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/tree-ssa-strlen.c:2134:46: warning: unknown conversion type character ‘G’ in format [-Wformat=]
       stmt, func, cnt, lenrange[1].to_uhwi ());
                                              ^
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2134:46: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2134:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2134:46: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2134:46: warning: unknown conversion type character ‘G’ in format [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2134:46: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 6 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2134:46: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2134:46: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/tree-ssa-strlen.c:2140:52: warning: unknown conversion type character ‘G’ in format [-Wformat=]
      cntrange[1].to_uhwi (), lenrange[1].to_uhwi ());
                                                    ^
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2140:52: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2140:52: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2140:52: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/tree-ssa-strlen.c:2156:55: warning: unknown conversion type character ‘G’ in format [-Wformat=]
         cntrange[1].to_uhwi (), lenrange[0].to_uhwi ());
                                                       ^
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2156:55: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2156:55: warning: format ‘%wu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘tree {aka tree_node*}’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2156:55: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/tree-ssa-strlen.c:2182:22: warning: unknown conversion type character ‘G’ in format [-Wformat=]
       stmt, func, cnt);
                      ^
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2182:22: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2182:22: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/tree-ssa-strlen.c: In function ‘void handle_builtin_stxncpy(built_in_function, gimple_stmt_iterator*)’:
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2295:18: warning: unknown conversion type character ‘G’ in format [-Wformat=]
        stmt, func))
                  ^
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2295:18: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2295:18: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2301:15: warning: unknown conversion type character ‘G’ in format [-Wformat=]
     stmt, func);
               ^
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2301:15: warning: format ‘%D’ expects argument of type ‘tree_node*’, but argument 4 has type ‘gimple*’ [-Wformat=]
../../../riscv-gcc/gcc/tree-ssa-strlen.c:2301:15: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c: In function ‘void print_conversion_rejection(location_t, conversion_info*, tree)’:
../../../riscv-gcc/gcc/cp/call.c:3559:22: warning: unknown conversion type character ‘H’ in format [-Wformat=]
   from, info->to_type);
                      ^
../../../riscv-gcc/gcc/cp/call.c:3559:22: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:3559:22: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c:3572:25: warning: unknown conversion type character ‘H’ in format [-Wformat=]
      from, info->to_type);
                         ^
../../../riscv-gcc/gcc/cp/call.c:3572:25: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:3572:25: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c:3578:44: warning: unknown conversion type character ‘H’ in format [-Wformat=]
        info->n_arg + 1, from, info->to_type);
                                            ^
../../../riscv-gcc/gcc/cp/call.c:3578:44: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:3578:44: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c: In function ‘z_candidate* build_user_type_conversion_1(tree, tree, int, tsubst_flags_t)’:
../../../riscv-gcc/gcc/cp/call.c:4094:20: warning: unknown conversion type character ‘H’ in format [-Wformat=]
    fromtype, totype);
                    ^
../../../riscv-gcc/gcc/cp/call.c:4094:20: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:4094:20: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c: In function ‘tree_node* build_converted_constant_expr_internal(tree, tree, int, tsubst_flags_t)’:
../../../riscv-gcc/gcc/cp/call.c:4241:37: warning: unknown conversion type character ‘H’ in format [-Wformat=]
      type, next_conversion (c)->type);
                                     ^
../../../riscv-gcc/gcc/cp/call.c:4241:37: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:4241:37: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c:4261:49: warning: unknown conversion type character ‘H’ in format [-Wformat=]
         "converted constant expression", t, type);
                                                 ^
../../../riscv-gcc/gcc/cp/call.c:4261:49: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:4261:49: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c:4296:27: warning: unknown conversion type character ‘H’ in format [-Wformat=]
     TREE_TYPE (expr), type);
                           ^
../../../riscv-gcc/gcc/cp/call.c:4296:27: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:4296:27: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c: In function ‘tree_node* build_conditional_expr_1(const op_location_t&, tree, tree, tree, tsubst_flags_t)’:
../../../riscv-gcc/gcc/cp/call.c:5096:50: warning: unknown conversion type character ‘H’ in format [-Wformat=]
           "involves truncation", arg2_type, vtype);
                                                  ^
../../../riscv-gcc/gcc/cp/call.c:5096:50: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:5096:50: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c:5103:50: warning: unknown conversion type character ‘H’ in format [-Wformat=]
           "involves truncation", arg3_type, vtype);
                                                  ^
../../../riscv-gcc/gcc/cp/call.c:5103:50: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:5103:50: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c: In function ‘tree_node* convert_like_real(conversion*, tree, tree, int, bool, bool, tsubst_flags_t)’:
../../../riscv-gcc/gcc/cp/call.c:7027:29: warning: unknown conversion type character ‘H’ in format [-Wformat=]
     totype, TREE_TYPE (expr));
                             ^
../../../riscv-gcc/gcc/cp/call.c:7027:29: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:7027:29: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/cp/call.c:7036:17: warning: unknown conversion type character ‘H’ in format [-Wformat=]
           totype);
                 ^
../../../riscv-gcc/gcc/cp/call.c:7036:17: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:7036:17: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c:7075:31: warning: unknown conversion type character ‘H’ in format [-Wformat=]
       TREE_TYPE (expr), totype);
                               ^
../../../riscv-gcc/gcc/cp/call.c:7075:31: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:7075:31: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c:7373:61: warning: unknown conversion type character ‘H’ in format [-Wformat=]
                         "lvalue of type %qI", totype, extype);
                                                             ^
../../../riscv-gcc/gcc/cp/call.c:7373:61: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:7373:61: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c:7377:55: warning: unknown conversion type character ‘H’ in format [-Wformat=]
    "type %qH to an rvalue of type %qI", totype, extype);
                                                       ^
../../../riscv-gcc/gcc/cp/call.c:7377:55: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:7377:55: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c:7380:41: warning: unknown conversion type character ‘H’ in format [-Wformat=]
    "discards qualifiers", totype, extype);
                                         ^
../../../riscv-gcc/gcc/cp/call.c:7380:41: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:7380:41: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c: In function ‘tree_node* convert_arg_to_ellipsis(tree, tsubst_flags_t)’:
../../../riscv-gcc/gcc/cp/call.c:7535:33: warning: unknown conversion type character ‘H’ in format [-Wformat=]
       arg_type, double_type_node);
                                 ^
../../../riscv-gcc/gcc/cp/call.c:7535:33: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:7535:33: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c: In function ‘void complain_about_bad_argument(location_t, tree, tree, tree, int)’:
../../../riscv-gcc/gcc/cp/call.c:9522:24: warning: unknown conversion type character ‘H’ in format [-Wformat=]
      from_type, to_type);
                        ^
../../../riscv-gcc/gcc/cp/call.c:9522:24: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:9522:24: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c: In function ‘int joust(z_candidate*, z_candidate*, bool, tsubst_flags_t)’:
../../../riscv-gcc/gcc/cp/call.c:10777:34: warning: unknown conversion type character ‘H’ in format [-Wformat=]
      source, w->second_conv->type))
                                  ^
../../../riscv-gcc/gcc/cp/call.c:10777:34: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:10777:34: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c: In function ‘tree_node* perform_implicit_conversion_flags(tree, tree, tsubst_flags_t, int)’:
../../../riscv-gcc/gcc/cp/call.c:11250:32: warning: unknown conversion type character ‘H’ in format [-Wformat=]
    expr, TREE_TYPE (expr), type);
                                ^
../../../riscv-gcc/gcc/cp/call.c:11250:32: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:11250:32: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/call.c: In function ‘tree_node* initialize_reference(tree, tree, int, tsubst_flags_t)’:
../../../riscv-gcc/gcc/cp/call.c:11589:31: warning: unknown conversion type character ‘H’ in format [-Wformat=]
         type, TREE_TYPE (expr));
                               ^
../../../riscv-gcc/gcc/cp/call.c:11589:31: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:11589:31: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/cp/call.c:11593:25: warning: unknown conversion type character ‘H’ in format [-Wformat=]
         TREE_TYPE (expr));
                         ^
../../../riscv-gcc/gcc/cp/call.c:11593:25: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/call.c:11593:25: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c: In function ‘tree_node* cp_convert_to_pointer(tree, tree, bool, tsubst_flags_t)’:
../../../riscv-gcc/gcc/cp/cvt.c:92:21: warning: unknown conversion type character ‘H’ in format [-Wformat=]
         intype, type);
                     ^
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c:92:21: warning: unknown conversion type character ‘I’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c:92:21: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c:102:27: warning: unknown conversion type character ‘H’ in format [-Wformat=]
         expr, intype, type);
                           ^
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c:102:27: warning: unknown conversion type character ‘I’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c:102:27: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c:174:27: warning: unknown conversion type character ‘H’ in format [-Wformat=]
         expr, intype, type);
                           ^
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c:174:27: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/cvt.c:174:27: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c:201:23: warning: unknown conversion type character ‘H’ in format [-Wformat=]
     expr, intype, type);
                       ^
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c:201:23: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/cvt.c:201:23: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c:226:67: warning: unknown conversion type character ‘H’ in format [-Wformat=]
  error_at (loc, "invalid conversion from %qH to %qI", intype, type);
                                                                   ^
../../../riscv-gcc/gcc/cp/cvt.c:226:67: warning: unknown conversion type character ‘I’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c:226:67: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c:255:26: warning: unknown conversion type character ‘H’ in format [-Wformat=]
        expr, intype, type);
                          ^
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c:255:26: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/cvt.c:255:26: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c: In function ‘tree_node* convert_to_reference(tree, tree, int, int, tree, tsubst_flags_t)’:
../../../riscv-gcc/gcc/cp/cvt.c:476:17: warning: unknown conversion type character ‘H’ in format [-Wformat=]
     ttr, reftype);
                 ^
../../../riscv-gcc/gcc/cp/cvt.c:476:17: warning: unknown conversion type character ‘I’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c:476:17: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c:525:74: warning: unknown conversion type character ‘H’ in format [-Wformat=]
     error_at (loc, "cannot convert type %qH to type %qI", intype, reftype);
                                                                          ^
../../../riscv-gcc/gcc/cp/cvt.c:525:74: warning: unknown conversion type character ‘I’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c:525:74: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c: In function ‘tree_node* ocp_convert(tree, tree, int, int, tsubst_flags_t)’:
../../../riscv-gcc/gcc/cp/cvt.c:707:26: warning: format not a string literal and no format arguments [-Wformat-security]
  error (invalid_conv_diag);
                          ^
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c:947:27: warning: unknown conversion type character ‘H’ in format [-Wformat=]
     TREE_TYPE (expr), type);
                           ^
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c:947:27: warning: unknown conversion type character ‘I’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/cp/cvt.c:947:27: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/pt.c: In function ‘tree_node* tsubst_copy_and_build(tree, tree, tsubst_flags_t, tree, bool, bool)’:
../../../riscv-gcc/gcc/cp/pt.c:18292:20: warning: format not a string literal and no format arguments [-Wformat-security]
    error (error_msg);
                    ^
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c: In function ‘tree_node* cp_build_binary_op(const op_location_t&, tree_code, tree, tree, tsubst_flags_t)’:
../../../riscv-gcc/gcc/cp/typeck.c:4480:24: warning: format not a string literal and no format arguments [-Wformat-security]
  error (invalid_op_diag);
                        ^
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c: In function ‘tree_node* cp_build_unary_op(tree_code, tree, bool, tsubst_flags_t)’:
../../../riscv-gcc/gcc/cp/typeck.c:6232:24: warning: format not a string literal and no format arguments [-Wformat-security]
  error (invalid_op_diag);
                        ^
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c: In function ‘tree_node* convert_member_func_to_ptr(tree, tree, tsubst_flags_t)’:
../../../riscv-gcc/gcc/cp/typeck.c:7449:49: warning: unknown conversion type character ‘H’ in format [-Wformat=]
       "converting from %qH to %qI", intype, type);
                                                 ^
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c:7449:49: warning: unknown conversion type character ‘I’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c:7449:49: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c: In function ‘tree_node* build_reinterpret_cast_1(tree, tree, bool, bool*, tsubst_flags_t)’:
../../../riscv-gcc/gcc/cp/typeck.c:7594:36: warning: unknown conversion type character ‘H’ in format [-Wformat=]
                        intype, type);
                                    ^
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c:7594:36: warning: unknown conversion type character ‘I’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c:7594:36: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c:7619:36: warning: unknown conversion type character ‘H’ in format [-Wformat=]
    " from %qH to %qI", intype, type);
                                    ^
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c:7619:36: warning: unknown conversion type character ‘I’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c:7619:36: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c:7630:36: warning: unknown conversion type character ‘H’ in format [-Wformat=]
    " from %qH to %qI", intype, type);
                                    ^
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c:7630:36: warning: unknown conversion type character ‘I’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c:7630:36: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c:7651:63: warning: unknown conversion type character ‘H’ in format [-Wformat=]
    "increases required alignment of target type", intype, type);
                                                               ^
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c:7651:63: warning: unknown conversion type character ‘I’ in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c:7651:63: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c: In function ‘tree_node* build_const_cast_1(tree, tree, tsubst_flags_t, bool*)’:
../../../riscv-gcc/gcc/cp/typeck.c:7834:23: warning: unknown conversion type character ‘H’ in format [-Wformat=]
     src_type, dst_type);
                       ^
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c:7834:23: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/typeck.c:7834:23: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c: In function ‘tree_node* convert_for_assignment(tree, tree, impl_conv_rhs, tree, int, tsubst_flags_t, int)’:
../../../riscv-gcc/gcc/cp/typeck.c:9013:18: warning: unknown conversion type character ‘H’ in format [-Wformat=]
     rhstype, type);
                  ^
../../../riscv-gcc/gcc/cp/typeck.c:9013:18: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/typeck.c:9013:18: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/cp/typeck.c:9018:18: warning: unknown conversion type character ‘H’ in format [-Wformat=]
     rhstype, type);
                  ^
../../../riscv-gcc/gcc/cp/typeck.c:9018:18: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/typeck.c:9018:18: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/cp/typeck.c:9022:18: warning: unknown conversion type character ‘H’ in format [-Wformat=]
     rhstype, type);
                  ^
../../../riscv-gcc/gcc/cp/typeck.c:9022:18: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/typeck.c:9022:18: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/cp/typeck.c:9027:18: warning: unknown conversion type character ‘H’ in format [-Wformat=]
     rhstype, type);
                  ^
../../../riscv-gcc/gcc/cp/typeck.c:9027:18: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/typeck.c:9027:18: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/cp/typeck.c:9031:18: warning: unknown conversion type character ‘H’ in format [-Wformat=]
     rhstype, type);
                  ^
../../../riscv-gcc/gcc/cp/typeck.c:9031:18: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/typeck.c:9031:18: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/cp/typeck.c:9036:18: warning: unknown conversion type character ‘H’ in format [-Wformat=]
     rhstype, type);
                  ^
../../../riscv-gcc/gcc/cp/typeck.c:9036:18: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/typeck.c:9036:18: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/typeck2.c: In function ‘bool check_narrowing(tree, tree, tsubst_flags_t, bool)’:
../../../riscv-gcc/gcc/cp/typeck2.c:999:21: warning: unknown conversion type character ‘H’ in format [-Wformat=]
    init, ftype, type);
                     ^
../../../riscv-gcc/gcc/cp/typeck2.c:999:21: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/typeck2.c:999:21: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/cp/typeck2.c:1010:27: warning: unknown conversion type character ‘H’ in format [-Wformat=]
          init, ftype, type)
                           ^
../../../riscv-gcc/gcc/cp/typeck2.c:1010:27: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/typeck2.c:1010:27: warning: too many arguments for format [-Wformat-extra-args]
../../../riscv-gcc/gcc/cp/typeck2.c:1023:23: warning: unknown conversion type character ‘H’ in format [-Wformat=]
      init, ftype, type);
                       ^
../../../riscv-gcc/gcc/cp/typeck2.c:1023:23: warning: unknown conversion type character ‘I’ in format [-Wformat=]
../../../riscv-gcc/gcc/cp/typeck2.c:1023:23: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/fortran/trans-intrinsic.c: In function ‘void gfc_conv_intrinsic_findloc(gfc_se*, gfc_expr*)’:
../../../riscv-gcc/gcc/fortran/trans-intrinsic.c:5615:7: warning: ‘forward_branch’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   tmp = build3_v (COND_EXPR, backse.expr, forward_branch, back_branch);
[0m[91m../../../riscv-gcc/gcc/collect2.c: In function ‘void scan_prog_file(const char*, scanpass, scanfilter)’:
../../../riscv-gcc/gcc/collect2.c:2463:37: warning: format not a string literal and no format arguments [-Wformat-security]
  fatal_error (input_location, errmsg);
                                     ^
[0m[91m../../../riscv-gcc/gcc/collect-utils.c: In function ‘pex_obj* collect_execute(const char*, char**, const char*, const char*, int, bool)’:
../../../riscv-gcc/gcc/collect-utils.c:195:37: warning: format not a string literal and no format arguments [-Wformat-security]
  fatal_error (input_location, errmsg);
                                     ^
[0m[91m../../../riscv-gcc/gcc/lto-wrapper.c: In function ‘bool find_and_merge_options(int, off_t, const char*, cl_decoded_option**, unsigned int*, const char*)’:
../../../riscv-gcc/gcc/lto-wrapper.c:1005:8: warning: ignoring return value of ‘ssize_t read(int, void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
   read (fd, data, length);
   ~~~~~^~~~~~~~~~~~~~~~~~
[0m[91m../../../riscv-gcc/gcc/gengtype-lex.l: In function ‘int yylex(const char**)’:
gengtype-lex.c:357:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
 #define YY_DO_BEFORE_ACTION \
  ~~~~~~~~~~~~~^~~
../../../riscv-gcc/gcc/gengtype-lex.l:119:1: note: in expansion of macro ‘YY_DO_BEFORE_ACTION’
 "GTY"/{EOID}   { return GTY_TOKEN; }
 ^~~~~~~~~~~~~~~~~~~
../../../riscv-gcc/gcc/gengtype-lex.l:114:1: note: here
 "^"     |
 ^~~~
gengtype-lex.c:357:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
 #define YY_DO_BEFORE_ACTION \
  ~~~~~~~~~~~~~^~~
../../../riscv-gcc/gcc/gengtype-lex.l:136:1: note: in expansion of macro ‘YY_DO_BEFORE_ACTION’
 
 ^                  
../../../riscv-gcc/gcc/gengtype-lex.l:132:1: note: here
   size_t len;
 ^ ~~
[0m[91m../../../riscv-gcc/gcc/gcc.c: In function ‘long unsigned int get_random_number()’:
../../../riscv-gcc/gcc/gcc.c:9639:12: warning: ignoring return value of ‘ssize_t read(int, void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
       read (fd, &ret, sizeof (HOST_WIDE_INT));
       ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[91m../../../riscv-gcc/gcc/gcc.c: In function ‘void do_report_bug(const char**, int, char**, char**)’:
../../../riscv-gcc/gcc/gcc.c:6999:9: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
   write (fd, "\n//", 3);
   ~~~~~~^~~~~~~~~~~~~~~
../../../riscv-gcc/gcc/gcc.c:7002:13: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
       write (fd, " ", 1);
       ~~~~~~^~~~~~~~~~~~
../../../riscv-gcc/gcc/gcc.c:7003:13: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
       write (fd, new_argv[i], strlen (new_argv[i]));
       ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../riscv-gcc/gcc/gcc.c:7005:9: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
   write (fd, "\n\n", 2);
   ~~~~~~^~~~~~~~~~~~~~~
[0m[91m../../../riscv-gcc/gcc/lto/lto.c: In function ‘void lto_resolution_read(splay_tree, FILE*, lto_file*)’:
../../../riscv-gcc/gcc/lto/lto.c:1918:10: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
   fscanf (resolution, " ");   /* Read white space. */
   ~~~~~~~^~~~~~~~~~~~~~~~~
../../../riscv-gcc/gcc/lto/lto.c:1920:9: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
   fread (obj_name, sizeof (char), name_len, resolution);
   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[91m../../../riscv-gcc/gcc/lto/lto.c:1940:10: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
   fscanf (resolution, "%u", &num_symbols);
   ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[91m../../../riscv-gcc/gcc/config/riscv/riscv.md:2281:1: warning: operand 0 missing mode?
../../../riscv-gcc/gcc/config/riscv/riscv.md:2303:1: warning: operand 1 missing mode?
../../../riscv-gcc/gcc/config/riscv/riscv.md:2326:1: warning: operand 0 missing mode?
../../../riscv-gcc/gcc/config/riscv/riscv.md:2349:1: warning: operand 1 missing mode?
[0m[91m../../../riscv-gcc/gcc/config/riscv/riscv.md:2415:1: [0m[91mwarning: source missing a mode?
[0m[91mStatistics for recog:
[0m[91m  Number of decisions:   1699
  longest path:            32 (code:    188)
  longest backtrack:       13 (code:    336)
[0m[91mStatistics for split_insns:
[0m[91m  Number of decisions:    209
[0m[91m  longest path:            30 (code:     40)
  longest backtrack:        3 (code:     40)
[0m[91mStatistics for peephole2_insns:
[0m[91m  Number of decisions:     22
[0m[91m  longest path:            22 (code:      1)
  longest backtrack:        0 (code:      1)
[0m[91mShared 1212 out of 3026 states by creating 356 new states, saving 856
[0m[91m-fself-test: 46338 pass(es) in 0.621204 seconds
[0m[91m-fself-test: 46308 pass(es) in 0.606442 seconds
[0m[91mApplying io_quotes_use            to drm/exynos_drm.h
[0m[91mApplying io_quotes_use            to drm/nouveau_drm.h
[0m[91mApplying io_quotes_use            to drm/radeon_drm.h
[0m[91mApplying io_quotes_use            to drm/drm.h
[0m[91mApplying io_quotes_use            to drm/etnaviv_drm.h
[0m[91mApplying io_quotes_use            to drm/v3d_drm.h
[0m[91mApplying io_quotes_use            to drm/savage_drm.h
[0m[91mApplying io_quotes_use            to drm/vc4_drm.h
[0m[91mApplying io_quotes_use            to drm/mga_drm.h
[0m[91mApplying io_quotes_use            to drm/omap_drm.h
[0m[91mApplying io_quotes_use            to drm/i915_drm.h
[0m[91mApplying io_quotes_use            to drm/r128_drm.h
[0m[91mApplying io_quotes_use            to drm/msm_drm.h
[0m[91mApplying io_quotes_use            to drm/amdgpu_drm.h
[0m[91mApplying io_quotes_use            to drm/via_drm.h
[0m[91mApplying io_quotes_use            to drm/sis_drm.h
[0m[91mApplying io_quotes_use            to drm/vgem_drm.h
[0m[91mApplying io_quotes_use            to drm/i810_drm.h
[0m[91mApplying io_quotes_use            to drm/tegra_drm.h
[0m[91mApplying hpux8_bogus_inlines      to math.h
[0m[91mApplying io_quotes_use            to linux/fd.h
[0m[91mApplying io_quotes_use            to linux/usb/tmc.h
[0m[91mApplying io_quotes_use            to linux/nbd.h
[0m[91mApplying io_quotes_use            to linux/ppdev.h
[0m[91mApplying io_quotes_def            to linux/ppp-comp.h
[0m[91mApplying io_quotes_use            to linux/fuse.h
[0m[91mApplying io_quotes_use            to linux/ipmi_bmc.h
[0m[91mApplying io_quotes_use            to linux/lightnvm.h
[0m[91mApplying io_quotes_use            to linux/gpio.h
[0m[91mApplying io_quotes_use            to linux/spi/spidev.h
[0m[91mApplying io_quotes_use            to linux/mmtimer.h
[0m[91mApplying io_quotes_use            to linux/btrfs.h
[0m[91mApplying io_quotes_use            to linux/bt-bmc.h
[0m[91mApplying io_quotes_use            to linux/nsfs.h
[0m[91mApplying io_quotes_def            to linux/version.h
[0m[91mApplying io_quotes_use            to linux/seccomp.h
[0m[91mApplying io_quotes_use            to linux/mmc/ioctl.h
[0m[91mApplying io_quotes_use            to linux/phantom.h
[0m[91mApplying io_quotes_use            to linux/vm_sockets.h
[0m[91mApplying io_quotes_use            to linux/omapfb.h
[0m[91mApplying io_quotes_def            to linux/soundcard.h
[0m[91mApplying io_quotes_use            to linux/vtpm_proxy.h
[0m[91mApplying io_quotes_use            to linux/synclink.h
[0m[91mApplying io_quotes_use            to linux/dn.h
[0m[91mApplying io_quotes_use            to linux/atmbr2684.h
[0m[91mApplying io_quotes_use            to linux/rpmsg.h
[0m[91mApplying io_quotes_use            to linux/rio_cm_cdev.h
[0m[91mApplying io_quotes_use            to linux/cciss_ioctl.h
[0m[91mApplying io_quotes_use            to linux/sync_file.h
[0m[91mApplying io_quotes_use            to linux/tee.h
[0m[91mApplying io_quotes_use            to linux/i2o-dev.h
[0m[91mApplying io_quotes_use            to linux/rfkill.h
[0m[91mApplying io_quotes_use            to linux/watchdog.h
[0m[91mApplying io_quotes_use            to linux/cm4000_cs.h
[0m[91mApplying io_quotes_use            to linux/genwqe/genwqe_card.h
[0m[91mApplying io_quotes_use            to linux/vfio.h
[0m[91mApplying io_quotes_use            to linux/gigaset_dev.h
[0m[91mApplying io_quotes_use            to linux/if_pppox.h
[0m[91mApplying io_quotes_use            to linux/blkzoned.h
[0m[91mApplying io_quotes_use            to linux/ndctl.h
[0m[91mApplying io_quotes_use            to linux/agpgart.h
[0m[91mApplying io_quotes_use            to linux/blkpg.h
[0m[91mApplying io_quotes_use            to linux/fpga-dfl.h
[0m[91mApplying io_quotes_use            to linux/psp-sev.h
[0m[91mApplying io_quotes_use            to linux/wmi.h
[0m[91mApplying io_quotes_use            to linux/fs.h
[0m[91mApplying io_quotes_use            to linux/ptp_clock.h
[0m[91mApplying io_quotes_use            to linux/reiserfs_fs.h
[0m[91mApplying io_quotes_use            to linux/dma-buf.h
[0m[91mApplying io_quotes_use            to linux/raid/md_u.h
[0m[91mApplying io_quotes_use            to linux/random.h
[0m[91mApplying io_quotes_use            to linux/auto_fs.h
[0m[91mApplying io_quotes_use            to linux/uinput.h
[0m[91mApplying io_quotes_use            to linux/suspend_ioctls.h
[0m[91mApplying io_quotes_use            to linux/vboxguest.h
[0m[91mApplying io_quotes_use            to linux/ipmi.h
[0m[91mApplying io_quotes_use            to linux/dm-ioctl.h
[0m[91mApplying io_quotes_use            to linux/aspeed-lpc-ctrl.h
[0m[91mApplying io_quotes_use            to linux/hsi/cs-protocol.h
[0m[91mApplying io_quotes_use            to linux/hsi/hsi_char.h
[0m[91mApplying io_quotes_use            to linux/raw.h
[0m[91mApplying io_quotes_use            to linux/vhost.h
[0m[91mApplying io_quotes_use            to linux/userfaultfd.h
[0m[91mApplying io_quotes_def            to linux/pci_regs.h
[0m[91mApplying io_quotes_use            to linux/pktcdvd.h
[0m[91mApplying io_quotes_use            to rdma/rdma_user_ioctl.h
[0m[91mApplying sun_malloc               to malloc.h
[0m[91mApplying pthread_incomplete_struct_argument to pthread.h
[0m[91mApplying io_quotes_use            to video/sisfb.h
[0m[91mApplying sysv68_string            to string.h
[0m[91mApplying io_quotes_use            to sound/emu10k1.h
[0m[91mApplying io_quotes_use            to sound/compress_offload.h
[0m[91mApplying io_quotes_use            to sound/asequencer.h
[0m[91mApplying io_quotes_use            to sound/asound.h
[0m[91mApplying glibc_stdint             to stdint.h
[0m[91mApplying io_quotes_use            to sys/mount.h
[0m[91mApplying io_quotes_use            to sys/raw.h
[0m[91mApplying io_quotes_use            to scsi/cxlflash_ioctl.h
[0m[91mApplying io_quotes_use            to mtd/ubi-user.h
[0m[91mApplying io_quotes_use            to misc/cxl.h
[0m[91mApplying io_quotes_use            to misc/ocxl.h
[0m[91mconfigure: WARNING: decimal float is not supported for this target, ignored
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_add_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:100:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  100 |   GENERATE_FETCH_AND_OP(type, size, add, add, DONT_INVERT, o + v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_add_and_fetch_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:100:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  100 |   GENERATE_FETCH_AND_OP(type, size, add, add, DONT_INVERT, o + v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_sub_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:101:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  101 |   GENERATE_FETCH_AND_OP(type, size, sub, sub, DONT_INVERT, o - v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_sub_and_fetch_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:101:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  101 |   GENERATE_FETCH_AND_OP(type, size, sub, sub, DONT_INVERT, o - v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_and_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:102:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  102 |   GENERATE_FETCH_AND_OP(type, size, and, and, DONT_INVERT, o & v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_and_and_fetch_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:102:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  102 |   GENERATE_FETCH_AND_OP(type, size, and, and, DONT_INVERT, o & v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_xor_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:103:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  103 |   GENERATE_FETCH_AND_OP(type, size, xor, xor, DONT_INVERT, o ^ v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_xor_and_fetch_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:103:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  103 |   GENERATE_FETCH_AND_OP(type, size, xor, xor, DONT_INVERT, o ^ v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_or_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:104:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  104 |   GENERATE_FETCH_AND_OP(type, size, or, or, DONT_INVERT, o | v)  \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_or_and_fetch_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:104:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  104 |   GENERATE_FETCH_AND_OP(type, size, or, or, DONT_INVERT, o | v)  \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_nand_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:105:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  105 |   GENERATE_FETCH_AND_OP(type, size, nand, and, INVERT, ~(o & v)) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_nand_and_fetch_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:105:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  105 |   GENERATE_FETCH_AND_OP(type, size, nand, and, INVERT, ~(o & v)) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:68:8: warning: mismatch in argument 1 type of built-in function '__sync_val_compare_and_swap_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   68 |   type __sync_val_compare_and_swap_ ## size (type *p, type o, type n) \
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:106:3: note: in expansion of macro 'GENERATE_COMPARE_AND_SWAP'
  106 |   GENERATE_COMPARE_AND_SWAP(type, size)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:94:8: warning: mismatch in argument 1 type of built-in function '__sync_bool_compare_and_swap_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   94 |   bool __sync_bool_compare_and_swap_ ## size (type *p, type o, type n) \
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:106:3: note: in expansion of macro 'GENERATE_COMPARE_AND_SWAP'
  106 |   GENERATE_COMPARE_AND_SWAP(type, size)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_add_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:100:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  100 |   GENERATE_FETCH_AND_OP(type, size, add, add, DONT_INVERT, o + v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_add_and_fetch_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:100:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  100 |   GENERATE_FETCH_AND_OP(type, size, add, add, DONT_INVERT, o + v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_sub_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:101:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  101 |   GENERATE_FETCH_AND_OP(type, size, sub, sub, DONT_INVERT, o - v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_sub_and_fetch_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:101:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  101 |   GENERATE_FETCH_AND_OP(type, size, sub, sub, DONT_INVERT, o - v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_and_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:102:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  102 |   GENERATE_FETCH_AND_OP(type, size, and, and, DONT_INVERT, o & v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_and_and_fetch_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:102:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  102 |   GENERATE_FETCH_AND_OP(type, size, and, and, DONT_INVERT, o & v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_xor_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:103:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  103 |   GENERATE_FETCH_AND_OP(type, size, xor, xor, DONT_INVERT, o ^ v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_xor_and_fetch_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:103:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  103 |   GENERATE_FETCH_AND_OP(type, size, xor, xor, DONT_INVERT, o ^ v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_or_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:104:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  104 |   GENERATE_FETCH_AND_OP(type, size, or, or, DONT_INVERT, o | v)  \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_or_and_fetch_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:104:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  104 |   GENERATE_FETCH_AND_OP(type, size, or, or, DONT_INVERT, o | v)  \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_nand_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:105:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  105 |   GENERATE_FETCH_AND_OP(type, size, nand, and, INVERT, ~(o & v)) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_nand_and_fetch_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:105:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  105 |   GENERATE_FETCH_AND_OP(type, size, nand, and, INVERT, ~(o & v)) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:68:8: warning: mismatch in argument 1 type of built-in function '__sync_val_compare_and_swap_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   68 |   type __sync_val_compare_and_swap_ ## size (type *p, type o, type n) \
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:106:3: note: in expansion of macro 'GENERATE_COMPARE_AND_SWAP'
  106 |   GENERATE_COMPARE_AND_SWAP(type, size)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:94:8: warning: mismatch in argument 1 type of built-in function '__sync_bool_compare_and_swap_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   94 |   bool __sync_bool_compare_and_swap_ ## size (type *p, type o, type n) \
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:106:3: note: in expansion of macro 'GENERATE_COMPARE_AND_SWAP'
  106 |   GENERATE_COMPARE_AND_SWAP(type, size)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91mIn file included from ../../../../riscv-gcc/libgcc/unwind-dw2.c:411:
./md-unwind-support.h: In function 'riscv_fallback_frame_state':
./md-unwind-support.h:67:6: warning: assignment to 'struct sigcontext *' from incompatible pointer type 'mcontext_t *' {aka 'struct mcontext_t *'} [-Wincompatible-pointer-types]
   67 |   sc = &rt_->uc.uc_mcontext;
      |      ^
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_add_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:100:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  100 |   GENERATE_FETCH_AND_OP(type, size, add, add, DONT_INVERT, o + v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_add_and_fetch_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:100:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  100 |   GENERATE_FETCH_AND_OP(type, size, add, add, DONT_INVERT, o + v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_sub_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:101:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  101 |   GENERATE_FETCH_AND_OP(type, size, sub, sub, DONT_INVERT, o - v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_sub_and_fetch_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:101:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  101 |   GENERATE_FETCH_AND_OP(type, size, sub, sub, DONT_INVERT, o - v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_and_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:102:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  102 |   GENERATE_FETCH_AND_OP(type, size, and, and, DONT_INVERT, o & v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_and_and_fetch_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:102:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  102 |   GENERATE_FETCH_AND_OP(type, size, and, and, DONT_INVERT, o & v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_xor_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:103:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  103 |   GENERATE_FETCH_AND_OP(type, size, xor, xor, DONT_INVERT, o ^ v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_xor_and_fetch_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:103:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  103 |   GENERATE_FETCH_AND_OP(type, size, xor, xor, DONT_INVERT, o ^ v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_or_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:104:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  104 |   GENERATE_FETCH_AND_OP(type, size, or, or, DONT_INVERT, o | v)  \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_or_and_fetch_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:104:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  104 |   GENERATE_FETCH_AND_OP(type, size, or, or, DONT_INVERT, o | v)  \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_nand_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:105:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  105 |   GENERATE_FETCH_AND_OP(type, size, nand, and, INVERT, ~(o & v)) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_nand_and_fetch_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:105:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  105 |   GENERATE_FETCH_AND_OP(type, size, nand, and, INVERT, ~(o & v)) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:68:8: warning: mismatch in argument 1 type of built-in function '__sync_val_compare_and_swap_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   68 |   type __sync_val_compare_and_swap_ ## size (type *p, type o, type n) \
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:106:3: note: in expansion of macro 'GENERATE_COMPARE_AND_SWAP'
  106 |   GENERATE_COMPARE_AND_SWAP(type, size)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:94:8: warning: mismatch in argument 1 type of built-in function '__sync_bool_compare_and_swap_1'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   94 |   bool __sync_bool_compare_and_swap_ ## size (type *p, type o, type n) \
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:106:3: note: in expansion of macro 'GENERATE_COMPARE_AND_SWAP'
  106 |   GENERATE_COMPARE_AND_SWAP(type, size)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_add_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:100:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  100 |   GENERATE_FETCH_AND_OP(type, size, add, add, DONT_INVERT, o + v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_add_and_fetch_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:100:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  100 |   GENERATE_FETCH_AND_OP(type, size, add, add, DONT_INVERT, o + v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_sub_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:101:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  101 |   GENERATE_FETCH_AND_OP(type, size, sub, sub, DONT_INVERT, o - v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_sub_and_fetch_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:101:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  101 |   GENERATE_FETCH_AND_OP(type, size, sub, sub, DONT_INVERT, o - v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_and_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:102:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  102 |   GENERATE_FETCH_AND_OP(type, size, and, and, DONT_INVERT, o & v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_and_and_fetch_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:102:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  102 |   GENERATE_FETCH_AND_OP(type, size, and, and, DONT_INVERT, o & v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_xor_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:103:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  103 |   GENERATE_FETCH_AND_OP(type, size, xor, xor, DONT_INVERT, o ^ v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_xor_and_fetch_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:103:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  103 |   GENERATE_FETCH_AND_OP(type, size, xor, xor, DONT_INVERT, o ^ v) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_or_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:104:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  104 |   GENERATE_FETCH_AND_OP(type, size, or, or, DONT_INVERT, o | v)  \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_or_and_fetch_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:104:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  104 |   GENERATE_FETCH_AND_OP(type, size, or, or, DONT_INVERT, o | v)  \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:34:8: warning: mismatch in argument 1 type of built-in function '__sync_fetch_and_nand_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   34 |   type __sync_fetch_and_ ## opname ## _ ## size (type *p, type v) \
      |        ^~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:105:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  105 |   GENERATE_FETCH_AND_OP(type, size, nand, and, INVERT, ~(o & v)) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:61:8: warning: mismatch in argument 1 type of built-in function '__sync_nand_and_fetch_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   61 |   type __sync_ ## opname ## _and_fetch_ ## size (type *p, type v) \
      |        ^~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:105:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  105 |   GENERATE_FETCH_AND_OP(type, size, nand, and, INVERT, ~(o & v)) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:68:8: warning: mismatch in argument 1 type of built-in function '__sync_val_compare_and_swap_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   68 |   type __sync_val_compare_and_swap_ ## size (type *p, type o, type n) \
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:106:3: note: in expansion of macro 'GENERATE_COMPARE_AND_SWAP'
  106 |   GENERATE_COMPARE_AND_SWAP(type, size)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c:94:8: warning: mismatch in argument 1 type of built-in function '__sync_bool_compare_and_swap_2'; expected 'volatile void *' [-Wbuiltin-declaration-mismatch]
   94 |   bool __sync_bool_compare_and_swap_ ## size (type *p, type o, type n) \
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:106:3: note: in expansion of macro 'GENERATE_COMPARE_AND_SWAP'
  106 |   GENERATE_COMPARE_AND_SWAP(type, size)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:109:1: note: in expansion of macro 'GENERATE_ALL'
  109 | GENERATE_ALL(unsigned short, 2)
      | ^~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgcc/config/riscv/atomic.c: In function '__sync_nand_and_fetch_1':
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:63:14: note: '__sync_fetch_and_nand' changed semantics in GCC 4.4
   63 |     type o = __sync_fetch_and_ ## opname ## _ ## size (p, v);  \
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:105:3: note: in expansion of macro 'GENERATE_FETCH_AND_OP'
  105 |   GENERATE_FETCH_AND_OP(type, size, nand, and, INVERT, ~(o & v)) \
      |   ^~~~~~~~~~~~~~~~~~~~~
../../../../riscv-gcc/libgcc/config/riscv/atomic.c:108:1: note: in expansion of macro 'GENERATE_ALL'
  108 | GENERATE_ALL(unsigned char, 1)
      | ^~~~~~~~~~~~
[0m[91mIn file included from ../../../../riscv-gcc/libgcc/unwind-dw2.c:411:
./md-unwind-support.h: In function 'riscv_fallback_frame_state':
./md-unwind-support.h:67:6: warning: assignment to 'struct sigcontext *' from incompatible pointer type 'mcontext_t *' {aka 'struct mcontext_t *'} [-Wincompatible-pointer-types]
   67 |   sc = &rt_->uc.uc_mcontext;
      |      ^
[0m[91mMakefile:867: warning: overriding recipe for target 'all-multi'
[0m[91mMakefile:861: warning: ignoring old recipe for target 'all-multi'
[0m[91mMakefile:867: warning: overriding recipe for target 'all-multi'
Makefile:861: warning: ignoring old recipe for target 'all-multi'
[0m[91mMakefile:867: warning: overriding recipe for target 'all-multi'
Makefile:861: warning: ignoring old recipe for target 'all-multi'
[0m[91mconfigure: WARNING: No native atomic operations are provided for this platform.
[0m[91mconfigure: WARNING: They will be faked using a mutex.
[0m[91mconfigure: WARNING: Performance of certain classes will degrade as a result.
[0m[91m../../../../riscv-gcc/libgfortran/intrinsics/date_and_time.c: In function 'date_and_time':
../../../../riscv-gcc/libgfortran/intrinsics/date_and_time.c:165:33: warning: '%04d' directive output may be truncated writing between 4 and 11 bytes into a region of size 9 [-Wformat-truncation=]
  165 |  snprintf (date, DATE_LEN + 1, "%04d%02d%02d",
      |                                 ^~~~
../../../../riscv-gcc/libgfortran/intrinsics/date_and_time.c:165:32: note: directive argument in the range [-2147481748, 2147483647]
  165 |  snprintf (date, DATE_LEN + 1, "%04d%02d%02d",
      |                                ^~~~~~~~~~~~~~
../../../../riscv-gcc/libgfortran/intrinsics/date_and_time.c:165:32: note: directive argument in the range [-2147483647, 2147483647]
../../../../riscv-gcc/libgfortran/intrinsics/date_and_time.c:165:2: note: 'snprintf' output between 9 and 34 bytes into a destination of size 9
  165 |  snprintf (date, DATE_LEN + 1, "%04d%02d%02d",
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  166 |     values[0], values[1], values[2]);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[91m../../../../riscv-gcc/libgfortran/intrinsics/date_and_time.c:172:33: warning: '%+03d' directive output may be truncated writing between 3 and 9 bytes into a region of size 6 [-Wformat-truncation=]
  172 |  snprintf (zone, ZONE_LEN + 1, "%+03d%02d",
      |                                 ^~~~~
../../../../riscv-gcc/libgfortran/intrinsics/date_and_time.c:172:32: note: directive argument in the range [-35791394, 35791394]
  172 |  snprintf (zone, ZONE_LEN + 1, "%+03d%02d",
      |                                ^~~~~~~~~~~
../../../../riscv-gcc/libgfortran/intrinsics/date_and_time.c:172:32: note: directive argument in the range [0, 59]
../../../../riscv-gcc/libgfortran/intrinsics/date_and_time.c:172:2: note: 'snprintf' output between 6 and 12 bytes into a destination of size 6
  172 |  snprintf (zone, ZONE_LEN + 1, "%+03d%02d",
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  173 |     values[3] / 60, abs (values[3] % 60));
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[91m/home/riscvuser/chipyard/riscv-tools-install/riscv64-unknown-linux-gnu/bin/ld: .libs/fpu.o: in function `.L11':
fpu.c:(.text._gfortrani_set_fpu_trap_exceptions+0x86): warning: fedisableexcept is not implemented and will always fail
/home/riscvuser/chipyard/riscv-tools-install/riscv64-unknown-linux-gnu/bin/ld: fpu.c:(.text._gfortrani_set_fpu_trap_exceptions+0x74): warning: feenableexcept is not implemented and will always fail
/home/riscvuser/chipyard/riscv-tools-install/riscv64-unknown-linux-gnu/bin/ld: .libs/fpu.o: in function `_gfortrani_get_fpu_trap_exceptions':
fpu.c:(.text._gfortrani_get_fpu_trap_exceptions+0x4): warning: fegetexcept is not implemented and will always fail
[0m[91mMakefile:867: warning: overriding recipe for target 'all-multi'
Makefile:861: warning: ignoring old recipe for target 'all-multi'
[0m[91mMakefile:867: warning: overriding recipe for target 'all-multi'
Makefile:861: warning: ignoring old recipe for target 'all-multi'
[0m[91mMakefile:867: warning: overriding recipe for target 'all-multi'
[0m[91mMakefile:861: warning: ignoring old recipe for target 'all-multi'
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-isa-sim'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-pk'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-tests'...
[0m[91mSubmodule 'env' (https://github.com/riscv/riscv-test-env.git) registered for path 'toolchains/riscv-tools/riscv-tests/env'
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-tests/env'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/libgloss'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/qemu'...
[0m[91mSubmodule 'capstone' (https://git.qemu.org/git/capstone.git) registered for path 'toolchains/qemu/capstone'
[0m[91mSubmodule 'dtc' (https://git.qemu.org/git/dtc.git) registered for path 'toolchains/qemu/dtc'
Submodule 'roms/QemuMacDrivers' (https://git.qemu.org/git/QemuMacDrivers.git) registered for path 'toolchains/qemu/roms/QemuMacDrivers'
[0m[91mSubmodule 'roms/SLOF' (https://git.qemu.org/git/SLOF.git) registered for path 'toolchains/qemu/roms/SLOF'
[0m[91mSubmodule 'roms/edk2' (https://git.qemu.org/git/edk2.git) registered for path 'toolchains/qemu/roms/edk2'
[0m[91mSubmodule 'roms/ipxe' (https://git.qemu.org/git/ipxe.git) registered for path 'toolchains/qemu/roms/ipxe'
[0m[91mSubmodule 'roms/openbios' (https://git.qemu.org/git/openbios.git) registered for path 'toolchains/qemu/roms/openbios'
[0m[91mSubmodule 'roms/openhackware' (https://git.qemu.org/git/openhackware.git) registered for path 'toolchains/qemu/roms/openhackware'
[0m[91mSubmodule 'roms/opensbi' (https://git.qemu.org/git/opensbi.git) registered for path 'toolchains/qemu/roms/opensbi'
[0m[91mSubmodule 'roms/qemu-palcode' (https://git.qemu.org/git/qemu-palcode.git) registered for path 'toolchains/qemu/roms/qemu-palcode'
[0m[91mSubmodule 'roms/seabios' (https://git.qemu.org/git/seabios.git/) registered for path 'toolchains/qemu/roms/seabios'
[0m[91mSubmodule 'roms/seabios-hppa' (https://git.qemu.org/git/seabios-hppa.git) registered for path 'toolchains/qemu/roms/seabios-hppa'
[0m[91mSubmodule 'roms/sgabios' (https://git.qemu.org/git/sgabios.git) registered for path 'toolchains/qemu/roms/sgabios'
[0m[91mSubmodule 'roms/skiboot' (https://git.qemu.org/git/skiboot.git) registered for path 'toolchains/qemu/roms/skiboot'
[0m[91mSubmodule 'roms/u-boot' (https://git.qemu.org/git/u-boot.git) registered for path 'toolchains/qemu/roms/u-boot'
[0m[91mSubmodule 'roms/u-boot-sam460ex' (https://git.qemu.org/git/u-boot-sam460ex.git) registered for path 'toolchains/qemu/roms/u-boot-sam460ex'
[0m[91mSubmodule 'slirp' (https://git.qemu.org/git/libslirp.git) registered for path 'toolchains/qemu/slirp'
[0m[91mSubmodule 'tests/fp/berkeley-softfloat-3' (https://git.qemu.org/git/berkeley-softfloat-3.git) registered for path 'toolchains/qemu/tests/fp/berkeley-softfloat-3'
[0m[91mSubmodule 'tests/fp/berkeley-testfloat-3' (https://git.qemu.org/git/berkeley-testfloat-3.git) registered for path 'toolchains/qemu/tests/fp/berkeley-testfloat-3'
[0m[91mSubmodule 'ui/keycodemapdb' (https://git.qemu.org/git/keycodemapdb.git) registered for path 'toolchains/qemu/ui/keycodemapdb'
[0m[91mCloning into '/home/riscvuser/chipya