From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9D57B3858414; Wed, 12 Apr 2023 14:45:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9D57B3858414 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1681310709; bh=Z8yZWoTjq5xNz11+AE6It1ZvIUmYb4ESAtY6VMNSqD0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mHJvz8D4qYj5lTUtUheuLQ2yL/MgtasCurNYp9UYfVb4y5U04aUKYL7NYc77FcElx YB4a8Vo11bB3ylq6c8SK4mtaStxAOmg2BVOudLCrPOe/zdS2LcPlndx3iirn1tkkNQ n4Mkf9kCtQSpTyVg/AKgJpTglgcDWra+K7fXvkYQ= 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 14:45:09 +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: 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 #31 from Costas Argyris --- (In reply to Tobias Burnus from comment #30) > I see commit r13-7153-g3beeebd6934654f3453209730b98c7a1fd0305b6 > "mingw: Support building with older gcc versions" >=20 > And I see in the associated email to that commit: > > This is proposed to fix PR109460 where an older version of > > gcc (7.3) was used to build for windows (mingw) host. If you are wondering why this PR wasn't automatically updated by the commit= , I am wondering the same thing.=