From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 83F173858C53; Wed, 12 Apr 2023 13:16:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 83F173858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1681305381; bh=cfwLAKt4R5Fna3Lrd1lRPIT6yo7KrE0SY+YUBvbjKN4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VmB8FSZigGuEagC96oINR6rc289eeqxwgRJJxGE7hk6DgYjXzbFQZWLcuBb5DOxn5 yyD+8gZpXIHkzAkoXLnW/PgVsZaxUwyt1civ/+Ny3pYPcVhCpbzWpKPrJwJzPLMBTF /lEyo6B0Tak7FyJN0fGgCBZz5qrhziob6BdZscr8= From: "costas.argyris at gmail dot 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 13:16:20 +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: costas.argyris at gmail dot com X-Bugzilla-Status: NEW 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: attachments.isobsolete attachments.created 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 Costas Argyris changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #54838|0 |1 is obsolete| | --- Comment #29 from Costas Argyris --- Created attachment 54841 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54841&action=3Dedit New patch including -nostdlib next to -r Tested this in cross-compile from Debian (building the cross-compiler itsel= f as well) and native-compile from Windows in MSYS2. Didn't try building with earlier gcc version myself because OP reported that the fix worked for them using gcc 7.3=