Script started on 2020-12-22 18:25:39-0800
[schwarzem@a6:/scratch/schwarzem/chipyard]$ docker build .
double free or corruption (out)
SIGABRT: abort
PC=0x7f9d7fa1bfb7 m=0 sigcode=18446744073709551610
signal arrived during cgo execution

goroutine 1 [syscall, locked to thread]:
runtime.cgocall(0x4afd50, 0xc420061cc0, 0xc420061ce8)
	/usr/lib/go-1.8/src/runtime/cgocall.go:131 +0xe2 fp=0xc420061c90 sp=0xc420061c50
github.com/docker/docker-credential-helpers/secretservice._Cfunc_free(0x1a0f990)
	github.com/docker/docker-credential-helpers/secretservice/_obj/_cgo_gotypes.go:111 +0x41 fp=0xc420061cc0 sp=0xc420061c90
github.com/docker/docker-credential-helpers/secretservice.Secretservice.List.func5(0x1a0f990)
	/build/golang-github-docker-docker-credential-helpers-cMhSy1/golang-github-docker-docker-credential-helpers-0.5.0/obj-x86_64-linux-gnu/src/github.com/docker/docker-credential-helpers/secretservice/secretservice_linux.go:96 +0x60 fp=0xc420061cf8 sp=0xc420061cc0
github.com/docker/docker-credential-helpers/secretservice.Secretservice.List(0x0, 0x756060, 0xc420016350)
	/build/golang-github-docker-docker-credential-helpers-cMhSy1/golang-github-docker-docker-credential-helpers-0.5.0/obj-x86_64-linux-gnu/src/github.com/docker/docker-credential-helpers/secretservice/secretservice_linux.go:97 +0x217 fp=0xc420061da0 sp=0xc420061cf8
github.com/docker/docker-credential-helpers/secretservice.(*Secretservice).List(0x77e548, 0xc420061e88, 0x410022, 0xc4200162a0)
	<autogenerated>:4 +0x46 fp=0xc420061de0 sp=0xc420061da0
github.com/docker/docker-credential-helpers/credentials.List(0x756ba0, 0x77e548, 0x7560e0, 0xc42000e018, 0x0, 0x10)
	/build/golang-github-docker-docker-credential-helpers-cMhSy1/golang-github-docker-docker-credential-helpers-0.5.0/obj-x86_64-linux-gnu/src/github.com/docker/docker-credential-helpers/credentials/credentials.go:145 +0x3e fp=0xc420061e68 sp=0xc420061de0
github.com/docker/docker-credential-helpers/credentials.HandleCommand(0x756ba0, 0x77e548, 0x7ffe380a4b1c, 0x4, 0x7560a0, 0xc42000e010, 0x7560e0, 0xc42000e018, 0x40e398, 0x4d35c0)
	/build/golang-github-docker-docker-credential-helpers-cMhSy1/golang-github-docker-docker-credential-helpers-0.5.0/obj-x86_64-linux-gnu/src/github.com/docker/docker-credential-helpers/credentials/credentials.go:60 +0x16d fp=0xc420061ed8 sp=0xc420061e68
github.com/docker/docker-credential-helpers/credentials.Serve(0x756ba0, 0x77e548)
	/build/golang-github-docker-docker-credential-helpers-cMhSy1/golang-github-docker-docker-credential-helpers-0.5.0/obj-x86_64-linux-gnu/src/github.com/docker/docker-credential-helpers/credentials/credentials.go:41 +0x1cb fp=0xc420061f58 sp=0xc420061ed8
main.main()
	/build/golang-github-docker-docker-credential-helpers-cMhSy1/golang-github-docker-docker-credential-helpers-0.5.0/secretservice/cmd/main_linux.go:9 +0x4f fp=0xc420061f88 sp=0xc420061f58
runtime.main()
	/usr/lib/go-1.8/src/runtime/proc.go:185 +0x20a fp=0xc420061fe0 sp=0xc420061f88
runtime.goexit()
	/usr/lib/go-1.8/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc420061fe8 sp=0xc420061fe0

goroutine 17 [syscall, locked to thread]:
runtime.goexit()
	/usr/lib/go-1.8/src/runtime/asm_amd64.s:2197 +0x1

rax    0x0
rbx    0x7ffe380a2dd0
rcx    0x7f9d7fa1bfb7
rdx    0x0
rdi    0x2
rsi    0x7ffe380a2b60
rbp    0x7ffe380a2ed0
rsp    0x7ffe380a2b60
r8     0x0
r9     0x7ffe380a2b60
r10    0x8
r11    0x246
r12    0x7ffe380a2dd0
r13    0x1000
r14    0x0
r15    0x30
rip    0x7f9d7fa1bfb7
rflags 0x246
cs     0x33
fs     0x0
gs     0x0
Sending build context to Docker daemon  557.1kB
Sending build context to Docker daemon  7.535MB


Step 1/12 : FROM ubuntu:18.04
 ---> 2c047404e52d
Step 2/12 : MAINTAINER jacobgadikian@gmail.com
 ---> Using cache
 ---> eada3313413a
Step 3/12 : RUN apt-get update &&     apt-get upgrade -y &&     apt-get install -y                curl                git                sudo
 ---> Running in 1c41b0062191
Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1816 kB]
Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [237 kB]
Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1372 kB]
Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.3 kB]
Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Get:9 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB]
Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB]
Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB]
Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB]
Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2136 kB]
Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2244 kB]
Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [53.8 kB]
Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB]
Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB]
Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB]
Fetched 21.5 MB in 3s (6280 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages will be upgraded:
  apt libapt-pkg5.0 libc-bin libc6
4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 5482 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB]
Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB]
Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB]
Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB]
[91mdebconf: delaying package configuration, since apt-utils is not installed
[0mFetched 5482 kB in 2s (3510 kB/s)
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4045 files and directories currently installed.)

Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ...

debconf: unable to initialize frontend: Dialog

debconf: (TERM is not set, so the dialog frontend is not usable.)

debconf: falling back to frontend: Readline

debconf: unable to initialize frontend: Readline

debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.1 /usr/local/share/perl/5.26.1 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)

debconf: falling back to frontend: Teletype

Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1.3) ...

Setting up libc6:amd64 (2.27-3ubuntu1.4) ...

debconf: unable to initialize frontend: Dialog

debconf: (TERM is not set, so the dialog frontend is not usable.)

debconf: falling back to frontend: Readline

debconf: unable to initialize frontend: Readline

debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.1 /usr/local/share/perl/5.26.1 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)

debconf: falling back to frontend: Teletype

(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4045 files and directories currently installed.)

Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ...

Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1.3) ...

Setting up libc-bin (2.27-3ubuntu1.4) ...

(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4045 files and directories currently installed.)

Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ...

Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.12ubuntu0.1) ...

Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ...

(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4045 files and directories currently installed.)

Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ...

Unpacking apt (1.6.12ubuntu0.2) over (1.6.12ubuntu0.1) ...

Setting up apt (1.6.12ubuntu0.2) ...

Processing triggers for libc-bin (2.27-3ubuntu1.4) ...

Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  ca-certificates git-man krb5-locales less libasn1-8-heimdal libbsd0
  libcurl3-gnutls libcurl4 libedit2 liberror-perl libexpat1 libgdbm-compat4
  libgdbm5 libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal
  libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libk5crypto3
  libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libldap-2.4-2
  libldap-common libnghttp2-14 libperl5.26 libpsl5 libroken18-heimdal librtmp1
  libsasl2-2 libsasl2-modules libsasl2-modules-db libsqlite3-0 libssl1.0.0
  libssl1.1 libwind0-heimdal libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
  libxext6 libxmuu1 multiarch-support netbase openssh-client openssl patch
  perl perl-modules-5.26 publicsuffix xauth
Suggested packages:
  gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email
  git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n krb5-doc
  krb5-user libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
  libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql keychain
  libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
  libterm-readline-gnu-perl | libterm-readline-perl-perl make
The following NEW packages will be installed:
  ca-certificates curl git git-man krb5-locales less libasn1-8-heimdal libbsd0
  libcurl3-gnutls libcurl4 libedit2 liberror-perl libexpat1 libgdbm-compat4
  libgdbm5 libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal
  libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libk5crypto3
  libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libldap-2.4-2
  libldap-common libnghttp2-14 libperl5.26 libpsl5 libroken18-heimdal librtmp1
  libsasl2-2 libsasl2-modules libsasl2-modules-db libsqlite3-0 libssl1.0.0
  libssl1.1 libwind0-heimdal libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
  libxext6 libxmuu1 multiarch-support netbase openssh-client openssl patch
  perl perl-modules-5.26 publicsuffix sudo xauth
0 upgraded, 57 newly installed, 0 to remove and 0 not upgraded.
Need to get 19.7 MB of archives.
After this operation, 105 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B]
Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxau6 amd64 1:1.0.8-1ubuntu1 [7556 B]
Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB]
Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB]
Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB]
Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.3 [114 kB]
Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.3 [571 kB]
Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB]
Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB]
Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB]
Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B]
Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB]
Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB]
Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB]
Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB]
Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB]
Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB]
Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB]
Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB]
Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB]
Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB]
Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 krb5-locales all 1.16-2ubuntu0.2 [13.4 kB]
Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB]
Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB]
Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB]
Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B]
Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB]
Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB]
Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB]
Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB]
Get:31 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B]
Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB]
Get:33 http://archive.ubuntu.com/ubuntu bionic/main amd64 publicsuffix all 20180223.1310-1 [97.6 kB]
Get:34 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB]
Get:35 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB]
Get:36 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB]
Get:37 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB]
Get:38 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB]
Get:39 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB]
Get:40 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB]
Get:41 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB]
Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB]
Get:43 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB]
Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB]
Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB]
Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB]
Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB]
Get:48 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB]
Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB]
Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.12 [214 kB]
Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.12 [159 kB]
Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB]
Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB]
Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB]
Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB]
Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [48.8 kB]
Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB]
[91mdebconf: delaying package configuration, since apt-utils is not installed
[0mFetched 19.7 MB in 3s (6627 kB/s)
Selecting previously unselected package multiarch-support.

(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4045 files and directories currently installed.)

Preparing to unpack .../0-multiarch-support_2.27-3ubuntu1.4_amd64.deb ...

Unpacking multiarch-support (2.27-3ubuntu1.4) ...

Selecting previously unselected package libxau6:amd64.

Preparing to unpack .../1-libxau6_1%3a1.0.8-1ubuntu1_amd64.deb ...

Unpacking libxau6:amd64 (1:1.0.8-1ubuntu1) ...

Selecting previously unselected package libbsd0:amd64.

Preparing to unpack .../2-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ...

Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ...

Selecting previously unselected package libxdmcp6:amd64.

Preparing to unpack .../3-libxdmcp6_1%3a1.1.2-3_amd64.deb ...

Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...

Selecting previously unselected package libxcb1:amd64.

Preparing to unpack .../4-libxcb1_1.13-2~ubuntu18.04_amd64.deb ...

Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ...

Selecting previously unselected package libx11-data.

Preparing to unpack .../5-libx11-data_2%3a1.6.4-3ubuntu0.3_all.deb ...

Unpacking libx11-data (2:1.6.4-3ubuntu0.3) ...

Selecting previously unselected package libx11-6:amd64.

Preparing to unpack .../6-libx11-6_2%3a1.6.4-3ubuntu0.3_amd64.deb ...

Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.3) ...

Setting up multiarch-support (2.27-3ubuntu1.4) ...

Selecting previously unselected package libxext6:amd64.

(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4335 files and directories currently installed.)

Preparing to unpack .../00-libxext6_2%3a1.3.3-1_amd64.deb ...

Unpacking libxext6:amd64 (2:1.3.3-1) ...

Selecting previously unselected package perl-modules-5.26.

Preparing to unpack .../01-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ...

Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ...

Selecting previously unselected package libgdbm5:amd64.

Preparing to unpack .../02-libgdbm5_1.14.1-6_amd64.deb ...

Unpacking libgdbm5:amd64 (1.14.1-6) ...

Selecting previously unselected package libgdbm-compat4:amd64.

Preparing to unpack .../03-libgdbm-compat4_1.14.1-6_amd64.deb ...

Unpacking libgdbm-compat4:amd64 (1.14.1-6) ...

Selecting previously unselected package libperl5.26:amd64.

Preparing to unpack .../04-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ...

Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ...

Selecting previously unselected package perl.

Preparing to unpack .../05-perl_5.26.1-6ubuntu0.5_amd64.deb ...

Unpacking perl (5.26.1-6ubuntu0.5) ...

Selecting previously unselected package libssl1.1:amd64.

Preparing to unpack .../06-libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ...

Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ...

Selecting previously unselected package openssl.

Preparing to unpack .../07-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ...

Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) ...

Selecting previously unselected package ca-certificates.

Preparing to unpack .../08-ca-certificates_20201027ubuntu0.18.04.1_all.deb ...

Unpacking ca-certificates (20201027ubuntu0.18.04.1) ...

Selecting previously unselected package less.

Preparing to unpack .../09-less_487-0.1_amd64.deb ...

Unpacking less (487-0.1) ...

Selecting previously unselected package libexpat1:amd64.

Preparing to unpack .../10-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ...

Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ...

Selecting previously unselected package libsqlite3-0:amd64.

Preparing to unpack .../11-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ...

Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ...

Selecting previously unselected package netbase.

Preparing to unpack .../12-netbase_5.4_all.deb ...

Unpacking netbase (5.4) ...

Selecting previously unselected package sudo.

Preparing to unpack .../13-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ...

Unpacking sudo (1.8.21p2-3ubuntu1.3) ...

Selecting previously unselected package krb5-locales.

Preparing to unpack .../14-krb5-locales_1.16-2ubuntu0.2_all.deb ...

Unpacking krb5-locales (1.16-2ubuntu0.2) ...

Selecting previously unselected package libedit2:amd64.

Preparing to unpack .../15-libedit2_3.1-20170329-1_amd64.deb ...

Unpacking libedit2:amd64 (3.1-20170329-1) ...

Selecting previously unselected package libkrb5support0:amd64.

Preparing to unpack .../16-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ...

Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ...

Selecting previously unselected package libk5crypto3:amd64.

Preparing to unpack .../17-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ...

Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ...

Selecting previously unselected package libkeyutils1:amd64.

Preparing to unpack .../18-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ...

Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ...

Selecting previously unselected package libkrb5-3:amd64.

Preparing to unpack .../19-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ...

Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ...

Selecting previously unselected package libgssapi-krb5-2:amd64.

Preparing to unpack .../20-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ...

Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ...

Selecting previously unselected package libpsl5:amd64.

Preparing to unpack .../21-libpsl5_0.19.1-5build1_amd64.deb ...

Unpacking libpsl5:amd64 (0.19.1-5build1) ...

Selecting previously unselected package libssl1.0.0:amd64.

Preparing to unpack .../22-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ...

Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ...

Selecting previously unselected package libxmuu1:amd64.

Preparing to unpack .../23-libxmuu1_2%3a1.1.2-2_amd64.deb ...

Unpacking libxmuu1:amd64 (2:1.1.2-2) ...

Selecting previously unselected package openssh-client.

Preparing to unpack .../24-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ...

Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ...

Selecting previously unselected package publicsuffix.

Preparing to unpack .../25-publicsuffix_20180223.1310-1_all.deb ...

Unpacking publicsuffix (20180223.1310-1) ...

Selecting previously unselected package xauth.

Preparing to unpack .../26-xauth_1%3a1.0.10-1_amd64.deb ...

Unpacking xauth (1:1.0.10-1) ...

Selecting previously unselected package libroken18-heimdal:amd64.

Preparing to unpack .../27-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ...

Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ...

Selecting previously unselected package libasn1-8-heimdal:amd64.

Preparing to unpack .../28-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ...

Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ...

Selecting previously unselected package libheimbase1-heimdal:amd64.

Preparing to unpack .../29-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ...

Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ...

Selecting previously unselected package libhcrypto4-heimdal:amd64.

Preparing to unpack .../30-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ...

Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ...

Selecting previously unselected package libwind0-heimdal:amd64.

Preparing to unpack .../31-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ...

Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ...

Selecting previously unselected package libhx509-5-heimdal:amd64.

Preparing to unpack .../32-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ...

Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ...

Selecting previously unselected package libkrb5-26-heimdal:amd64.

Preparing to unpack .../33-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ...

Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ...

Selecting previously unselected package libheimntlm0-heimdal:amd64.

Preparing to unpack .../34-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ...

Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ...

Selecting previously unselected package libgssapi3-heimdal:amd64.

Preparing to unpack .../35-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ...

Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ...

Selecting previously unselected package libsasl2-modules-db:amd64.

Preparing to unpack .../36-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ...

Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ...

Selecting previously unselected package libsasl2-2:amd64.

Preparing to unpack .../37-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ...

Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ...

Selecting previously unselected package libldap-common.

Preparing to unpack .../38-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ...

Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ...

Selecting previously unselected package libldap-2.4-2:amd64.

Preparing to unpack .../39-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ...

Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ...

Selecting previously unselected package libnghttp2-14:amd64.

Preparing to unpack .../40-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ...

Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ...

Selecting previously unselected package librtmp1:amd64.

Preparing to unpack .../41-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ...

Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ...

Selecting previously unselected package libcurl4:amd64.

Preparing to unpack .../42-libcurl4_7.58.0-2ubuntu3.12_amd64.deb ...

Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.12) ...

Selecting previously unselected package curl.

Preparing to unpack .../43-curl_7.58.0-2ubuntu3.12_amd64.deb ...

Unpacking curl (7.58.0-2ubuntu3.12) ...

Selecting previously unselected package libcurl3-gnutls:amd64.

Preparing to unpack .../44-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ...

Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ...

Selecting previously unselected package liberror-perl.

Preparing to unpack .../45-liberror-perl_0.17025-1_all.deb ...

Unpacking liberror-perl (0.17025-1) ...

Selecting previously unselected package git-man.

Preparing to unpack .../46-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ...

Unpacking git-man (1:2.17.1-1ubuntu0.7) ...

Selecting previously unselected package git.

Preparing to unpack .../47-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ...

Unpacking git (1:2.17.1-1ubuntu0.7) ...

Selecting previously unselected package libsasl2-modules:amd64.

Preparing to unpack .../48-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ...

Unpacking libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ...

Selecting previously unselected package patch.

Preparing to unpack .../49-patch_2.7.6-2ubuntu1.1_amd64.deb ...

Unpacking patch (2.7.6-2ubuntu1.1) ...

Setting up libedit2:amd64 (3.1-20170329-1) ...

Setting up git-man (1:2.17.1-1ubuntu0.7) ...

Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ...

Setting up less (487-0.1) ...

debconf: unable to initialize frontend: Dialog

debconf: (TERM is not set, so the dialog frontend is not usable.)

debconf: falling back to frontend: Readline

Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ...

debconf: unable to initialize frontend: Dialog

debconf: (TERM is not set, so the dialog frontend is not usable.)

debconf: falling back to frontend: Readline

Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ...

Setting up sudo (1.8.21p2-3ubuntu1.3) ...

Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ...

Setting up libpsl5:amd64 (0.19.1-5build1) ...

Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ...

Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ...

Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ...

Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ...

Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ...

Setting up libgdbm5:amd64 (1.14.1-6) ...

Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ...

Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ...

Setting up patch (2.7.6-2ubuntu1.1) ...

Setting up krb5-locales (1.16-2ubuntu0.2) ...

Setting up publicsuffix (20180223.1310-1) ...

Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ...

debconf: unable to initialize frontend: Dialog

debconf: (TERM is not set, so the dialog frontend is not usable.)

debconf: falling back to frontend: Readline

Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ...

Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ...

Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ...

Setting up libxdmcp6:amd64 (1:1.1.2-3) ...

Setting up libgdbm-compat4:amd64 (1.14.1-6) ...

Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ...

Setting up libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ...

Setting up ca-certificates (20201027ubuntu0.18.04.1) ...

debconf: unable to initialize frontend: Dialog

debconf: (TERM is not set, so the dialog frontend is not usable.)

debconf: falling back to frontend: Readline

Updating certificates in /etc/ssl/certs...

138 added, 0 removed; done.

Setting up libx11-data (2:1.6.4-3ubuntu0.3) ...

Setting up libxau6:amd64 (1:1.0.8-1ubuntu1) ...

Setting up netbase (5.4) ...

Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ...

Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ...

Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ...

Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ...

Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ...

Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ...

Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ...

Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ...

Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ...

Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ...

Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.3) ...

Setting up libxmuu1:amd64 (2:1.1.2-2) ...

Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ...

Setting up perl (5.26.1-6ubuntu0.5) ...

Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ...

Setting up openssh-client (1:7.6p1-4ubuntu0.3) ...

Setting up libxext6:amd64 (2:1.3.3-1) ...

Setting up liberror-perl (0.17025-1) ...

Setting up xauth (1:1.0.10-1) ...

Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ...

Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ...

Setting up libcurl4:amd64 (7.58.0-2ubuntu3.12) ...

Setting up git (1:2.17.1-1ubuntu0.7) ...

Setting up curl (7.58.0-2ubuntu3.12) ...

Processing triggers for libc-bin (2.27-3ubuntu1.4) ...

Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ...

Updating certificates in /etc/ssl/certs...

0 added, 0 removed; done.

Running hooks in /etc/ca-certificates/update.d...

done.

Removing intermediate container 1c41b0062191
 ---> a1d44680a9d4
Step 4/12 : 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
 ---> Running in f1e61d1c92a5
Removing intermediate container f1e61d1c92a5
 ---> 7ae1a44a0f88
Step 5/12 : WORKDIR /home/riscvuser
 ---> Running in 86c878f6c78a
Removing intermediate container 86c878f6c78a
 ---> 7360866710f4
Step 6/12 : USER riscvuser
 ---> Running in 3882ccbffe7b
Removing intermediate container 3882ccbffe7b
 ---> c1f23cf819bf
Step 7/12 : RUN sudo DEBIAN_FRONTEND=noninteractive apt-get install -y keyboard-configuration &&     sudo DEBIAN_FRONTEND=noninteractive apt-get install -y console-setup
 ---> Running in d4bcb1959542
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  liblocale-gettext-perl
The following NEW packages will be installed:
  keyboard-configuration liblocale-gettext-perl
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 386 kB of archives.
After this operation, 2675 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB]
Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 keyboard-configuration all 1.178ubuntu2.9 [369 kB]
[91mdebconf: delaying package configuration, since apt-utils is not installed
[0mFetched 386 kB in 1s (274 kB/s)
Selecting previously unselected package liblocale-gettext-perl.

(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7875 files and directories currently installed.)

Preparing to unpack .../liblocale-gettext-perl_1.07-3build2_amd64.deb ...

Unpacking liblocale-gettext-perl (1.07-3build2) ...

Selecting previously unselected package keyboard-configuration.

Preparing to unpack .../keyboard-configuration_1.178ubuntu2.9_all.deb ...

Unpacking keyboard-configuration (1.178ubuntu2.9) ...

Setting up liblocale-gettext-perl (1.07-3build2) ...

Setting up keyboard-configuration (1.178ubuntu2.9) ...

Your console font configuration will be updated the next time your system

boots. If you want to update it now, run 'setupcon' from a virtual console.

Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  console-setup-linux kbd xkb-data
Suggested packages:
  locales
The following NEW packages will be installed:
  console-setup console-setup-linux kbd xkb-data
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 1627 kB of archives.
After this operation, 6256 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 kbd amd64 2.0.4-2ubuntu1 [215 kB]
Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 console-setup-linux all 1.178ubuntu2.9 [982 kB]
Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 xkb-data all 2.23.1-1ubuntu1.18.04.1 [325 kB]
Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 console-setup all 1.178ubuntu2.9 [105 kB]
[91mdebconf: delaying package configuration, since apt-utils is not installed
[0mFetched 1627 kB in 1s (1162 kB/s)
Selecting previously unselected package kbd.

(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7914 files and directories currently installed.)

Preparing to unpack .../kbd_2.0.4-2ubuntu1_amd64.deb ...

Unpacking kbd (2.0.4-2ubuntu1) ...

Selecting previously unselected package console-setup-linux.

Preparing to unpack .../console-setup-linux_1.178ubuntu2.9_all.deb ...

Unpacking console-setup-linux (1.178ubuntu2.9) ...

Selecting previously unselected package xkb-data.

Preparing to unpack .../xkb-data_2.23.1-1ubuntu1.18.04.1_all.deb ...

Unpacking xkb-data (2.23.1-1ubuntu1.18.04.1) ...

Selecting previously unselected package console-setup.

Preparing to unpack .../console-setup_1.178ubuntu2.9_all.deb ...

Unpacking console-setup (1.178ubuntu2.9) ...

Setting up xkb-data (2.23.1-1ubuntu1.18.04.1) ...

Setting up console-setup-linux (1.178ubuntu2.9) ...

update-alternatives: using /etc/console-setup/vtrgb to provide /etc/vtrgb (vtrgb) in auto mode

Setting up console-setup (1.178ubuntu2.9) ...

Setting up kbd (2.0.4-2ubuntu1) ...

Removing intermediate container d4bcb1959542
 ---> c394950174e5
Step 8/12 : RUN git clone https://github.com/schwarz-em/chipyard.git &&         cd chipyard &&         ./scripts/ubuntu-req.sh 1>/dev/null
 ---> Running in e9b3287018db
[91mCloning into 'chipyard'...
[0m[91m+ sudo apt-get install -y build-essential bison flex
[0m[91mdebconf: delaying package configuration, since apt-utils is not installed
[0m[91m+ sudo apt-get install -y libgmp-dev libmpfr-dev libmpc-dev zlib1g-dev vim git default-jdk default-jre
[0m[91mdebconf: delaying package configuration, since apt-utils is not installed
[0m[91m+ echo 'deb https://dl.bintray.com/sbt/debian /'
+ sudo tee -a /etc/apt/sources.list.d/sbt.list
[0m[91m+ curl -sL 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2EE0EA64E40A89B84B2DF73499E82A75642AC823'
[0m[91m+ sudo apt-key add
[0m[91mWarning: apt-key output should not be parsed (stdout is not a terminal)
[0m[91m+ sudo apt-get update
[0m[91m+ sudo apt-get install -y sbt
[0m[91mdebconf: delaying package configuration, since apt-utils is not installed
[0m[91m+ sudo apt-get install -y texinfo gengetopt
[0m[91mdebconf: delaying package configuration, since apt-utils is not installed
[0m[91m+ sudo apt-get install -y libexpat1-dev libusb-dev libncurses5-dev cmake
[0m[91mdebconf: delaying package configuration, since apt-utils is not installed
[0m[91m+ sudo apt-get install -y python3.6 patch diffstat texi2html texinfo subversion chrpath git wget
[0m[91mdebconf: delaying package configuration, since apt-utils is not installed
[0m[91m+ sudo apt-get install -y libgtk-3-dev gettext
[0m[91mdebconf: delaying package configuration, since apt-utils is not installed
[0m[91m+ sudo apt-get install -y python3-pip python3.6-dev rsync libguestfs-tools expat ctags
[0m[91mdebconf: delaying package configuration, since apt-utils is not installed
[0m[91m+ sudo apt-get install -y device-tree-compiler
[0m[91mdebconf: delaying package configuration, since apt-utils is not installed
[0m[91m+ git clone http://git.veripool.org/git/verilator
[0m[91mCloning into 'verilator'...
[0m[91m+ cd verilator
+ git checkout v4.034
[0m[91mNote: checking out 'v4.034'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at 9dc65df9 Version bump
[0m[91m+ autoconf
[0m[91m+ ./configure
[0m[91m+ make -j16
[0m[91mmake[2]: warning: -jN forced in submake: disabling jobserver mode.
[0m[91mmake[2]: warning: -jN forced in submake: disabling jobserver mode.
[0m[91m+ sudo make install
[0m[91mmkdir /usr/local/share/verilator
[0m[91mmkdir /usr/local/share/verilator/bin
[0m[91mmkdir /usr/local/share/man/man1
[0m[91mmkdir /usr/local/share/verilator/include
[0m[91mmkdir /usr/local/share/verilator/include/gtkwave
[0m[91mmkdir /usr/local/share/verilator/include/vltstd
[0m[91mmkdir /usr/local/share/verilator/examples
[0m[91mmkdir /usr/local/share/verilator/examples/make_hello_c
[0m[91mmkdir /usr/local/share/verilator/examples/make_hello_sc
[0m[91mmkdir /usr/local/share/verilator/examples/make_tracing_c
[0m[91mmkdir /usr/local/share/verilator/examples/make_tracing_sc
[0m[91mmkdir /usr/local/share/verilator/examples/make_protect_lib
[0m[91mmkdir /usr/local/share/verilator/examples/cmake_hello_c
[0m[91mmkdir /usr/local/share/verilator/examples/cmake_hello_sc
[0m[91mmkdir /usr/local/share/verilator/examples/cmake_tracing_c
[0m[91mmkdir /usr/local/share/verilator/examples/cmake_tracing_sc
[0m[91mmkdir /usr/local/share/verilator/examples/cmake_protect_lib
[0m[91mmkdir /usr/local/share/verilator/examples/xml_py
[0m[91mmkdir /usr/local/share/pkgconfig
[0mRemoving intermediate container e9b3287018db
 ---> 21bafbf4da21
Step 9/12 : RUN cd chipyard &&         export MAKEFLAGS=-"j $(nproc)" &&         ./scripts/init-submodules-no-riscv-tools.sh 1>/dev/null
 ---> Running in 676d65941d3a
Removing intermediate container 676d65941d3a
 ---> b7d45d90bbcb
Step 10/12 : RUN cd chipyard &&         export MAKEFLAGS=-"j $(nproc)" &&         ./scripts/build-toolchains.sh riscv-tools 1>/dev/null
 ---> Running in d4c7d9e86f09
[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[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/defparse.y: warning: 27 shift/reduce conflicts [-Wconflicts-sr]
[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/sysinfo.y: warning: 1 shift/reduce conflict [-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]
[0m[91m/home/riscvuser/chipyard/toolchains/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils/binutils/rcparse.y[0m[91m: [0m[91mwarning: [0m[91m10 reduce/reduce conflicts[0m[91m [-Wconflicts-rr][0m[91m
[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: decimal float is not supported for this target, ignored
[0m[91mobjcopy: /tmp/ls106546: debuglink section already exists
[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../../../../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/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 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[91mar: `u' modifier ignored since `D' is the default (see `U')
[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[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[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[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[91mconfigure: WARNING: babeltrace is missing or unusable; GDB is unable to read CTF data.
[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/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);
                  ^~~
/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);
                  ^~~
/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[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/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../../../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-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[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); }
     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
[0m[91m/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); }
     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[0m[91m/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[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[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);
     ~~~~~~~~~~~~~^~~~~~
[0m[91m/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/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);
                      ^
[0m[91m../../../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]
[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);
                                     ^
[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=]
[0m[91m../../../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=]
[0m[91m../../../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=]
[0m[91m../../../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))
                          ^
[0m[91m../../../riscv-gcc/gcc/gimple-fold.c:2246:26: warning: format '%D' expects argument of type 'tree_node*', but argument 4 has type 'gimple*' [-Wformat=]
[0m[91m../../../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);
                  ^
[0m[91m../../../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=]
[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=]
[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=]
[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=]
[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=]
[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=]
[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=]
[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: 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]);
                                         ^
[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=]
[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=]
[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:1467: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: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:1467:52: warning: unknown conversion type character 'G' in format [-Wformat=]
[0m[91m../../../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=]
[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]);
                          ^
[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=]
[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: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=]
[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: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=]
[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: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=]
[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=]
[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]);
                                                ^
[0m[91m../../../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=]
[0m[91m../../../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=]
[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:1601:48: warning: unknown conversion type character 'G' in format [-Wformat=]
[0m[91m../../../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=]
[0m[91m../../../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=]
[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=]
[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=]
[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: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=]
[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=]
[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=]
[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 ());
                                ^
[0m[91m../../../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=]
[0m[91m../../../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=]
[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=]
[0m[91m../../../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=]
[0m[91m../../../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=]
[0m[91m../../../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)))
                                        ^
[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=]
[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=]
[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=]
[0m[91m../../../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=]
[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=]
[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=]
[0m[91m../../../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]);
                                ^
../../../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=]
../../../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=]
[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=]
../../../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=]
[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=]
../../../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))
                                  ^
[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);
                     ^
[0m[91m../../../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 ());
                                              ^
[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=]
[0m[91m../../../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=]
[0m[91m../../../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: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=]
[0m[91m../../../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=]
[0m[91m../../../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 ());
                                                    ^
[0m[91m../../../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=]
[0m[91m../../../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=]
[0m[91m../../../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 ());
                                              ^
[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=]
[0m[91m../../../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=]
[0m[91m../../../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=]
[0m[91m../../../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 ());
                                                    ^
[0m[91m../../../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=]
[0m[91m../../../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=]
[0m[91m../../../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 ());
                                                       ^
[0m[91m../../../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=]
[0m[91m../../../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=]
[0m[91m../../../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);
                      ^
[0m[91m../../../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=]
[0m[91m../../../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))
                  ^
[0m[91m../../../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=]
[0m[91m../../../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);
               ^
[0m[91m../../../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=]
[0m[91m../../../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[91mGIMPLE decision tree has 2874 leafs, maximum depth 12 and a total number of 11721 nodes
[0m[91mremoved 1855 duplicate tails
[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[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/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 scsi/cxlflash_ioctl.h
[0m[91mApplying io_quotes_use            to mtd/ubi-user.h
[0m[91mApplying io_quotes_use            to rdma/rdma_user_ioctl.h
[0m[91mApplying io_quotes_use            to misc/cxl.h
[0m[91mApplying io_quotes_use            to misc/ocxl.h
[0m[91mApplying io_quotes_use            to sound/asound.h
[0m[91mApplying io_quotes_use            to sound/emu10k1.h
[0m[91mApplying io_quotes_use            to sound/asequencer.h
[0m[91mApplying io_quotes_use            to sound/compress_offload.h
[0m[91mApplying io_quotes_use            to drm/omap_drm.h
[0m[91mApplying io_quotes_use            to drm/r128_drm.h
[0m[91mApplying io_quotes_use            to drm/i915_drm.h
[0m[91mApplying io_quotes_use            to drm/nouveau_drm.h
[0m[91mApplying io_quotes_use            to drm/mga_drm.h
[0m[91mApplying io_quotes_use            to drm/via_drm.h
[0m[91mApplying io_quotes_use            to drm/i810_drm.h
[0m[91mApplying io_quotes_use            to drm/radeon_drm.h
[0m[91mApplying io_quotes_use            to drm/vc4_drm.h
[0m[91mApplying io_quotes_use            to drm/vgem_drm.h
[0m[91mApplying io_quotes_use            to drm/amdgpu_drm.h
[0m[91mApplying io_quotes_use            to drm/sis_drm.h
[0m[91mApplying io_quotes_use            to drm/msm_drm.h
[0m[91mApplying io_quotes_use            to drm/drm.h
[0m[91mApplying io_quotes_use            to drm/tegra_drm.h
[0m[91mApplying io_quotes_use            to drm/v3d_drm.h
[0m[91mApplying io_quotes_use            to drm/exynos_drm.h
[0m[91mApplying io_quotes_use            to drm/savage_drm.h
[0m[91mApplying io_quotes_use            to drm/etnaviv_drm.h
[0m[91mApplying io_quotes_use            to linux/dm-ioctl.h
[0m[91mApplying io_quotes_use            to linux/btrfs.h
[0m[91mApplying io_quotes_use            to linux/fpga-dfl.h
[0m[91mApplying io_quotes_use            to linux/agpgart.h
[0m[91mApplying io_quotes_use            to linux/rpmsg.h
[0m[91mApplying io_quotes_use            to linux/vfio.h
[0m[91mApplying io_quotes_use            to linux/if_pppox.h
[0m[91mApplying io_quotes_use            to linux/vtpm_proxy.h
[0m[91mApplying io_quotes_use            to linux/ptp_clock.h
[0m[91mApplying io_quotes_use            to linux/mmc/ioctl.h
[0m[91mApplying io_quotes_use            to linux/ipmi.h
[0m[91mApplying io_quotes_use            to linux/ndctl.h
[0m[91mApplying io_quotes_use            to linux/vboxguest.h
[0m[91mApplying io_quotes_use            to linux/nsfs.h
[0m[91mApplying io_quotes_use            to linux/dn.h
[0m[91mApplying io_quotes_use            to linux/fd.h
[0m[91mApplying io_quotes_use            to linux/synclink.h
[0m[91mApplying io_quotes_use            to linux/wmi.h
[0m[91mApplying io_quotes_use            to linux/gpio.h
[0m[91mApplying io_quotes_use            to linux/atmbr2684.h
[0m[91mApplying io_quotes_use            to linux/suspend_ioctls.h
[0m[91mApplying io_quotes_use            to linux/ppdev.h
[0m[91mApplying io_quotes_use            to linux/genwqe/genwqe_card.h
[0m[91mApplying io_quotes_use            to linux/ipmi_bmc.h
[0m[91mApplying io_quotes_use            to linux/seccomp.h
[0m[91mApplying io_quotes_use            to linux/omapfb.h
[0m[91mApplying io_quotes_use            to linux/vhost.h
[0m[91mApplying io_quotes_use            to linux/tee.h
[0m[91mApplying io_quotes_use            to linux/lightnvm.h
[0m[91mApplying io_quotes_use            to linux/cm4000_cs.h
[0m[91mApplying io_quotes_use            to linux/mmtimer.h
[0m[91mApplying io_quotes_use            to linux/usb/tmc.h
[0m[91mApplying io_quotes_use            to linux/aspeed-lpc-ctrl.h
[0m[91mApplying io_quotes_use            to linux/gigaset_dev.h
[0m[91mApplying io_quotes_def            to linux/version.h
[0m[91mApplying io_quotes_use            to linux/rio_cm_cdev.h
[0m[91mApplying io_quotes_use            to linux/nbd.h
[0m[91mApplying io_quotes_use            to linux/fuse.h
[0m[91mApplying io_quotes_use            to linux/rfkill.h
[0m[91mApplying io_quotes_use            to linux/pktcdvd.h
[0m[91mApplying io_quotes_use            to linux/watchdog.h
[0m[91mApplying io_quotes_use            to linux/i2o-dev.h
[0m[91mApplying io_quotes_use            to linux/vm_sockets.h
[0m[91mApplying io_quotes_use            to linux/userfaultfd.h
[0m[91mApplying io_quotes_use            to linux/uinput.h
[0m[91mApplying io_quotes_def            to linux/pci_regs.h
[0m[91mApplying io_quotes_use            to linux/reiserfs_fs.h
[0m[91mApplying io_quotes_use            to linux/random.h
[0m[91mApplying io_quotes_use            to linux/bt-bmc.h
[0m[91mApplying io_quotes_use            to linux/cciss_ioctl.h
[0m[91mApplying io_quotes_use            to linux/psp-sev.h
[0m[91mApplying io_quotes_def            to linux/ppp-comp.h
[0m[91mApplying io_quotes_use            to linux/phantom.h
[0m[91mApplying io_quotes_use            to linux/blkpg.h
[0m[91mApplying io_quotes_def            to linux/soundcard.h
[0m[91mApplying io_quotes_use            to linux/raid/md_u.h
[0m[91mApplying io_quotes_use            to linux/dma-buf.h
[0m[91mApplying io_quotes_use            to linux/fs.h
[0m[91mApplying io_quotes_use            to linux/raw.h
[0m[91mApplying io_quotes_use            to linux/spi/spidev.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/blkzoned.h
[0m[91mApplying io_quotes_use            to linux/sync_file.h
[0m[91mApplying io_quotes_use            to linux/auto_fs.h
[0m[91mApplying io_quotes_use            to video/sisfb.h
[0m[91m-fself-test: 46308 pass(es) in 0.379968 seconds
[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)
      | ^~~~~~~~~~~~
../../../../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[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/ls71525: 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[91mar: `u' modifier ignored since `D' is the default (see `U')
[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[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[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[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 '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-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]
../../../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=]
[0m[91m../../../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=]
[0m[91m../../../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=]
[0m[91m../../../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))
                          ^
[0m[91m../../../riscv-gcc/gcc/gimple-fold.c:2246:26: warning: format '%D' expects argument of type 'tree_node*', but argument 4 has type 'gimple*' [-Wformat=]
[0m[91m../../../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=]
../../../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-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=]
[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=]
[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=]
[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=]
[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=]
[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=]
[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=]
[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=]
[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: 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]);
                                         ^
[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=]
[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=]
[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:1467: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: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:1467:52: warning: unknown conversion type character 'G' in format [-Wformat=]
[0m[91m../../../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-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-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=]
../../../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=]
[0m[91m../../../riscv-gcc/gcc/gimple-ssa-sprintf.c:4210:18: warning: unknown conversion type character 'G' in format [-Wformat=]
     info.callstmt);
                  ^
[0m[91m../../../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: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]
../../../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]);
                                              ^
../../../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=]
../../../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=]
../../../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=]
../../../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=]
../../../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=]
../../../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=]
../../../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=]
../../../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]);
                                            ^
../../../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=]
../../../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=]
../../../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=]
../../../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=]
../../../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=]
../../../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=]
../../../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=]
../../../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=]
../../../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=]
../../../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: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=]
../../../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=]
../../../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=]
../../../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=]
[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: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=]
[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=]
[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]);
                                                ^
[0m[91m../../../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=]
[0m[91m../../../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=]
[0m[91m../../../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=]
[0m[91m../../../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]);
                           ^
[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=]
../../../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=]
[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=]
../../../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 ());
                              ^
[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=]
[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=]
[0m[91m../../../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=]
../../../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=]
[0m[91m../../../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)))
                                        ^
[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=]
[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=]
[0m[91m../../../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=]
[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=]
[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=]
[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=]
../../../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=]
../../../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=]
../../../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=]
../../../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=]
../../../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]);
                                ^
../../../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=]
../../../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);
                                              ^
../../../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=]
../../../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=]
../../../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=]
../../../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);
                     ^
[0m[91m../../../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 ());
                                              ^
[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=]
[0m[91m../../../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=]
[0m[91m../../../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 ());
                                              ^
[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=]
[0m[91m../../../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=]
[0m[91m../../../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=]
[0m[91m../../../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=]
[0m[91m../../../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 ());
                                                       ^
[0m[91m../../../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=]
[0m[91m../../../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);
                      ^
[0m[91m../../../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=]
[0m[91m../../../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))
                  ^
[0m[91m../../../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=]
[0m[91m../../../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);
               ^
[0m[91m../../../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=]
[0m[91m../../../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);
                    ^
[0m[91m../../../riscv-gcc/gcc/cp/call.c:4094:20: warning: unknown conversion type character 'I' in format [-Wformat=]
[0m[91m../../../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);
                                     ^
[0m[91m../../../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=]
[0m[91m../../../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=]
[0m[91m../../../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=]
[0m[91m../../../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=]
[0m[91m../../../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=]
[0m[91m../../../riscv-gcc/gcc/cp/call.c:7535:33: 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);
                     ^
../../../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=]
[0m[91m../../../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=]
[0m[91m../../../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);
                                                                   ^
[0m[91m../../../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=]
[0m[91m../../../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);
                 ^
[0m[91m../../../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);
                                                                          ^
[0m[91m../../../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/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]
[0m[91m../../../riscv-gcc/gcc/cp/call.c:11593:25: warning: unknown conversion type character 'H' in format [-Wformat=]
         TREE_TYPE (expr));
                         ^
[0m[91m../../../riscv-gcc/gcc/cp/call.c:11593:25: warning: unknown conversion type character 'I' in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/cp/call.c:11593:25: 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/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);
                     ^
[0m[91m../../../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=]
[0m[91m../../../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=]
[0m[91m../../../riscv-gcc/gcc/cp/typeck2.c:1023:23: warning: too many arguments for format [-Wformat-extra-args]
[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=]
[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);
                                    ^
../../../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);
                                    ^
../../../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=]
../../../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=]
[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);
                       ^
../../../riscv-gcc/gcc/cp/typeck.c:7834:23: warning: unknown conversion type character 'I' in format [-Wformat=]
[0m[91m../../../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);
                  ^
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c:9018:18: warning: unknown conversion type character 'I' in format [-Wformat=]
[0m[91m../../../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);
                  ^
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c:9022:18: warning: unknown conversion type character 'I' in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c:9022:18: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c:9027:18: warning: unknown conversion type character 'H' in format [-Wformat=]
     rhstype, type);
                  ^
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c:9027:18: warning: unknown conversion type character 'I' in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c:9027:18: warning: too many arguments for format [-Wformat-extra-args]
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c:9031:18: warning: unknown conversion type character 'H' in format [-Wformat=]
     rhstype, type);
                  ^
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c:9031:18: warning: unknown conversion type character 'I' in format [-Wformat=]
[0m[91m../../../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);
                  ^
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c:9036:18: warning: unknown conversion type character 'I' in format [-Wformat=]
[0m[91m../../../riscv-gcc/gcc/cp/typeck.c:9036:18: 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
 "^"     |
 ^~~~
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);
   ~~~~~~^~~~~~~~~~~~~~~
[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/config/riscv/riscv.md:2281:1: [0m[91mwarning: 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
[0m[91m../../../riscv-gcc/gcc/config/riscv/riscv.md:2349:1: [0m[91mwarning: 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)
[0m[91m  longest backtrack:        0 (code:      1)
[0m[91mShared 1212 out of 3026 states by creating 356 new states, saving 856
[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/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/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[91mApplying hpux8_bogus_inlines      to math.h
[0m[91mApplying io_quotes_use            to scsi/cxlflash_ioctl.h
[0m[91mApplying sysv68_string            to string.h
[0m[91mApplying io_quotes_use            to mtd/ubi-user.h
[0m[91mApplying pthread_incomplete_struct_argument to pthread.h
[0m[91mApplying io_quotes_use            to rdma/rdma_user_ioctl.h
[0m[91mApplying io_quotes_use            to sys/mount.h
[0m[91mApplying io_quotes_use            to sys/raw.h
[0m[91mApplying sun_malloc               to malloc.h
[0m[91mApplying io_quotes_use            to misc/cxl.h
[0m[91mApplying io_quotes_use            to misc/ocxl.h
[0m[91mApplying io_quotes_use            to sound/asound.h
[0m[91mApplying io_quotes_use            to sound/emu10k1.h
[0m[91mApplying io_quotes_use            to sound/asequencer.h
[0m[91mApplying io_quotes_use            to sound/compress_offload.h
[0m[91mApplying io_quotes_use            to drm/omap_drm.h
[0m[91mApplying io_quotes_use            to drm/r128_drm.h
[0m[91mApplying io_quotes_use            to drm/i915_drm.h
[0m[91mApplying io_quotes_use            to drm/nouveau_drm.h
[0m[91mApplying io_quotes_use            to drm/mga_drm.h
[0m[91mApplying io_quotes_use            to drm/via_drm.h
[0m[91mApplying io_quotes_use            to drm/i810_drm.h
[0m[91mApplying io_quotes_use            to drm/radeon_drm.h
[0m[91mApplying io_quotes_use            to drm/vc4_drm.h
[0m[91mApplying io_quotes_use            to drm/vgem_drm.h
[0m[91mApplying io_quotes_use            to drm/amdgpu_drm.h
[0m[91mApplying io_quotes_use            to drm/sis_drm.h
[0m[91mApplying io_quotes_use            to drm/msm_drm.h
[0m[91mApplying io_quotes_use            to drm/drm.h
[0m[91mApplying io_quotes_use            to drm/tegra_drm.h
[0m[91mApplying io_quotes_use            to drm/v3d_drm.h
[0m[91mApplying io_quotes_use            to drm/exynos_drm.h
[0m[91mApplying io_quotes_use            to drm/savage_drm.h
[0m[91mApplying io_quotes_use            to drm/etnaviv_drm.h
[0m[91mApplying io_quotes_use            to linux/dm-ioctl.h
[0m[91mApplying io_quotes_use            to linux/btrfs.h
[0m[91mApplying io_quotes_use            to linux/fpga-dfl.h
[0m[91mApplying io_quotes_use            to linux/agpgart.h
[0m[91mApplying io_quotes_use            to linux/rpmsg.h
[0m[91mApplying io_quotes_use            to linux/vfio.h
[0m[91mApplying io_quotes_use            to linux/if_pppox.h
[0m[91mApplying io_quotes_use            to linux/vtpm_proxy.h
[0m[91mApplying io_quotes_use            to linux/ptp_clock.h
[0m[91m-fself-test: 46308 pass(es) in 0.375724 seconds
[0m[91mApplying io_quotes_use            to linux/mmc/ioctl.h
[0m[91mApplying io_quotes_use            to linux/ipmi.h
[0m[91mApplying io_quotes_use            to linux/ndctl.h
[0m[91mApplying io_quotes_use            to linux/vboxguest.h
[0m[91mApplying io_quotes_use            to linux/nsfs.h
[0m[91mApplying io_quotes_use            to linux/dn.h
[0m[91mApplying io_quotes_use            to linux/fd.h
[0m[91mApplying io_quotes_use            to linux/synclink.h
[0m[91mApplying io_quotes_use            to linux/wmi.h
[0m[91mApplying io_quotes_use            to linux/gpio.h
[0m[91mApplying io_quotes_use            to linux/atmbr2684.h
[0m[91mApplying io_quotes_use            to linux/suspend_ioctls.h
[0m[91mApplying io_quotes_use            to linux/ppdev.h
[0m[91mApplying io_quotes_use            to linux/genwqe/genwqe_card.h
[0m[91mApplying io_quotes_use            to linux/ipmi_bmc.h
[0m[91mApplying io_quotes_use            to linux/seccomp.h
[0m[91mApplying io_quotes_use            to linux/omapfb.h
[0m[91mApplying io_quotes_use            to linux/vhost.h
[0m[91mApplying io_quotes_use            to linux/tee.h
[0m[91mApplying io_quotes_use            to linux/lightnvm.h
[0m[91mApplying io_quotes_use            to linux/cm4000_cs.h
[0m[91mApplying io_quotes_use            to linux/mmtimer.h
[0m[91mApplying io_quotes_use            to linux/usb/tmc.h
[0m[91mApplying io_quotes_use            to linux/aspeed-lpc-ctrl.h
[0m[91mApplying io_quotes_use            to linux/gigaset_dev.h
[0m[91mApplying io_quotes_def            to linux/version.h
[0m[91mApplying io_quotes_use            to linux/rio_cm_cdev.h
[0m[91mApplying io_quotes_use            to linux/nbd.h
[0m[91mApplying io_quotes_use            to linux/fuse.h
[0m[91mApplying io_quotes_use            to linux/rfkill.h
[0m[91mApplying io_quotes_use            to linux/pktcdvd.h
[0m[91mApplying io_quotes_use            to linux/watchdog.h
[0m[91mApplying io_quotes_use            to linux/i2o-dev.h
[0m[91mApplying io_quotes_use            to linux/vm_sockets.h
[0m[91mApplying io_quotes_use            to linux/userfaultfd.h
[0m[91mApplying io_quotes_use            to linux/uinput.h
[0m[91mApplying io_quotes_def            to linux/pci_regs.h
[0m[91mApplying io_quotes_use            to linux/reiserfs_fs.h
[0m[91mApplying io_quotes_use            to linux/random.h
[0m[91mApplying io_quotes_use            to linux/bt-bmc.h
[0m[91mApplying io_quotes_use            to linux/cciss_ioctl.h
[0m[91mApplying io_quotes_use            to linux/psp-sev.h
[0m[91mApplying io_quotes_def            to linux/ppp-comp.h
[0m[91mApplying io_quotes_use            to linux/phantom.h
[0m[91mApplying io_quotes_use            to linux/blkpg.h
[0m[91mApplying io_quotes_def            to linux/soundcard.h
[0m[91mApplying io_quotes_use            to linux/raid/md_u.h
[0m[91mApplying io_quotes_use            to linux/dma-buf.h
[0m[91mApplying io_quotes_use            to linux/fs.h
[0m[91mApplying io_quotes_use            to linux/raw.h
[0m[91mApplying io_quotes_use            to linux/spi/spidev.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/blkzoned.h
[0m[91mApplying io_quotes_use            to linux/sync_file.h
[0m[91mApplying io_quotes_use            to linux/auto_fs.h
[0m[91mApplying io_quotes_use            to video/sisfb.h
[0m[91mApplying glibc_stdint             to stdint.h
[0m[91m-fself-test: 46338 pass(es) in 0.372092 seconds
[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':
[0m[91m./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)
      | ^~~~~~~~~~~~
[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'
Makefile:861: warning: ignoring old recipe for target 'all-multi'
[0m[91mconfigure: WARNING: No native atomic operations are provided for this platform.
configure: WARNING: They will be faked using a mutex.
configure: 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':
[0m[91m../../../../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",
      |                                ^~~~~~~~~~~~~~
[0m[91m../../../../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[0m[91m/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 [0m[91malways fail
/home/riscvuser/chipyard/riscv-tools-install/riscv64-unknown-linux-gnu/bin/ld: .libs/fpu.o:[0m[91m in function[0m[91m `_gfortrani_get_fpu_trap_exceptions':
fpu.c:(.text._gfortrani_get_fpu_trap_exceptions+0x4): warning: fegetexcept is not implemented and will always fail[0m[91m
[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'
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 'toolchains/qemu/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/krb5'
[0m[91mSubmodule 'pyca.cryptography' (https://github.com/pyca/cryptography.git) registered for path 'toolchains/qemu/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/pyca-cryptography'
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/qemu/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/boringssl'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/qemu/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/krb5'...
[0m[91mCloning into '/home/riscvuser/chipyard/toolchains/qemu/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/pyca-cryptography'...
[0m[91mar: creating libdromajo_cosim.a
[0mRemoving intermediate container d4c7d9e86f09
 ---> 67593a0dda02
Step 11/12 : ENTRYPOINT ["/home/riscvuser/chipyard/scripts/entrypoint.sh"]
 ---> Running in 15694aa6e91a
Removing intermediate container 15694aa6e91a
 ---> df74d16ea3fb
Step 12/12 : CMD ["/bin/sh"]
 ---> Running in 00e6435aedd8
Removing intermediate container 00e6435aedd8
 ---> 24b1063f956e
Successfully built 24b1063f956e
[schwarzem@a6:/scratch/schwarzem/chipyard]$ ei[Kxit
exit

Script done on 2020-12-22 19:36:46-0800
