From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4A1463858D28; Wed, 12 Apr 2023 07:09:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4A1463858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1681283386; bh=LLmVx71t2Gi7dhlnans7wq0KhkbFWbqaHCJ2Qujhe2c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uXWPiK9VbP8p0l6wXuzhmwGZlCAX+gMaKTRgbriI+L/d2jCWrl1Jl8EZxErnoo/g0 TrO59VobFu+jKC4YDwXa2o9KL6IobsqvJB5RojMYlfSM7u+1ZPMgRJD5r/jHQvFgaF V99eJHjqMgaI/+aMQdDGmxT8kPAZ76/Q3uDgOB04= From: "fanghuaqi at vip dot qq.com" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/109460] Build gcc for win32 failed in gcc13 master branch Date: Wed, 12 Apr 2023 07:09:46 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: fanghuaqi at vip dot qq.com X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109460 --- Comment #15 from Huaqi --- Hello, this is the version I am using. OS environment:=20 root@1aae7bc8a1f6:/work# cat /etc/lsb-release DISTRIB_ID=3DUbuntu DISTRIB_RELEASE=3D18.04 DISTRIB_CODENAME=3Dbionic DISTRIB_DESCRIPTION=3D"Ubuntu 18.04.6 LTS" packages installed binutils-mingw-w64-i686/bionic,now 2.30-7ubuntu1+8ubuntu1 amd64 [installed] g++-mingw-w64-i686/bionic,now 7.3.0-11ubuntu1+20.2build1 amd64 [installed] gcc-mingw-w64-i686/bionic,now 7.3.0-11ubuntu1+20.2build1 amd64 [installed] mingw-w64-i686-dev/bionic,now 5.0.3-1 all [installed,automatic] root@1aae7bc8a1f6:/work# make -v GNU Make 4.1 Built for x86_64-pc-linux-gnu Copyright (C) 1988-2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. root@1aae7bc8a1f6:/work# i686-w64-mingw32-gcc -v Using built-in specs. COLLECT_GCC=3Di686-w64-mingw32-gcc COLLECT_LTO_WRAPPER=3D/usr/lib/gcc/i686-w64-mingw32/7.3-win32/lto-wrapper Target: i686-w64-mingw32 Configured with: ../../src/configure --build=3Dx86_64-linux-gnu --prefix=3D= /usr --includedir=3D'/usr/include' --mandir=3D'/usr/share/man' --infodir=3D'/usr/share/info' --sysconfdir=3D/etc --localstatedir=3D/var --disable-silent-rules --libdir=3D'/usr/lib/x86_64-linux-gnu' --libexecdir=3D'/usr/lib/x86_64-linux-gnu' --disable-maintainer-mode --disable-dependency-tracking --prefix=3D/usr --enable-shared --enable-stat= ic --disable-multilib --with-system-zlib --libexecdir=3D/usr/lib --without-included-gettext --libdir=3D/usr/lib --enable-libstdcxx-time=3Dyes --with-tune=3Dgeneric --with-headers=3D/usr/i686-w64-mingw32/include --enable-version-specific-runtime-libs --enable-fully-dynamic-string --enable-libgomp --enable-languages=3Dc,c++,fortran,objc,obj-c++,ada --enab= le-lto --with-plugin-ld --enable-threads=3Dwin32 --program-suffix=3D-win32 --program-prefix=3Di686-w64-mingw32- --target=3Di686-w64-mingw32 --with-as=3D/usr/bin/i686-w64-mingw32-as --with-ld=3D/usr/bin/i686-w64-ming= w32-ld --enable-libatomic --enable-libstdcxx-filesystem-ts=3Dyes Thread model: win32 gcc version 7.3-win32 20180312 (GCC) root@1aae7bc8a1f6:/work# i686-w64-mingw32-ld -v GNU ld (GNU Binutils) 2.30 I have upload the docker image I am using to https://hub.docker.com/r/nucleisoftware/gnutoolchain-ubuntu18.04 Thanks=