From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0899138582A6; Fri, 14 Oct 2022 07:20:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0899138582A6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665732007; bh=tPcGmhtZBC476vxm43JBtDcUTQwTvNKPCmj5IYlNyY8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vH/GhJiNgiWBT/8uy3C7KKrkEjnZ0j6wBftRgU/q1NCo0ut5lNdyrrh/O26JCK7BO 1jn8Fvgq3WGmHJgzCmYTQ5BHYIztrYATpN2Ljfdkk9fXQB092lTlUyPf4iaFcJPbbZ gpPVzupluMKBrE0s+9YRanS4yntwMDQqENvoMVJg= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107232] [13 regression] insertion out of range in 'bit_insert_expr' breaks SPARC bootstrap Date: Fri, 14 Oct 2022 07:20:06 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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=3D107232 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #2 from Richard Biener --- The bootstrap is fixed. *** This bug has been marked as a duplicate of bug 107229 ***=