From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6CC2A393A406; Tue, 29 Jun 2021 05:30:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6CC2A393A406 From: "linkw at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/101235] [11/12 Regression] Fails to bootstrap with binutils 2.32 Date: Tue, 29 Jun 2021 05:30:04 +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: 11.1.1 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: linkw at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: linkw at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution 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: Tue, 29 Jun 2021 05:30:04 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D101235 Kewen Lin changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #6 from Kewen Lin --- (In reply to Segher Boessenkool from comment #4) > (In reply to Kewen Lin from comment #3) > > Will backport the fix after 2021 July 7th (two weeks since it's into tr= unk) > > if this isn't urgent meanwhile got the backport approval. >=20 > The reason to not backport immediately is because you end up with a > royal mess if your patch causes regressions. A week is normally > plenty: there will be lots of test results that can give you > confidence things work. >=20 > If a patch caused build failures, we want that fixed as soon as > possible, because we will not have test results at all otherwise :-) Thanks for the note. I thought this is one partial build issue (the build c= an still work with newer binutils) so tried to be conservative. Built successf= ully with latest releases/gcc-11, also bootstrapped and regress-tested on releases/gcc-11 (with newer binutils for regression testing of coz.). Should be fixed on gcc-11.=