From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EAB3B3858C27; Sat, 12 Mar 2022 15:37:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EAB3B3858C27 From: "hjl.tools at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/104890] [12 Regression] fails to build the 32bit libgcc on x86_64-linux-gnu (--enable-default-pie) Date: Sat, 12 Mar 2022 15:37:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hjl.tools at gmail dot 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: cf_reconfirmed_on everconfirmed bug_status 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Mar 2022 15:37:43 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D104890 H.J. Lu changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2022-03-12 Ever confirmed|0 |1 Status|UNCONFIRMED |WAITING --- Comment #2 from H.J. Lu --- I can't reproduce it with --disable-bootstrap --enable-cet --with-demangler-in-ld=20 --prefix=3D/usr/gcc-12.0.1-x86-64-pie --with-local-prefix=3D/usr/local --enable-gnu-indirect-function --enable-clocale=3Dgnu --with-system-zlib --with-target-system-zlib --disable-libcc1 --disable-libcilkrts --disable-libsanitizer --enable-default-pie --enable-languages=3Dc,c++ Please provide the prepossessed unwind-dw2.c and show the command-line passed to cc1 with "gcc -v".=