From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5E6A23858C74; Sat, 22 Apr 2023 19:36:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5E6A23858C74 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682192190; bh=2L1iKRdyduYLEmWvLWDU/B+OHVP90FaFXn6LX8ngN8I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OkFwuJhgvHy5SfW8TfJrIQ9MW6ryCm62WzYxlJaLoGFHAxce9rs/1ILFO4gzuuB9a hnDmlTNkBphahFQ/ljXpL3BzHaRzQB/WxulA9t3gi0CV+FJ3/SbtPZTJ1XtV8w7OUa W3H5wLb5epd2yOsPtgTYgTxjZb1xchf2+p2qk6CY= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109593] valgrind error doing build of latest gcc trunk Date: Sat, 22 Apr 2023 19:36:30 +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: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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: keywords component 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=3D109593 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice-on-valid-code Component|c |tree-optimization --- Comment #7 from Andrew Pinski --- (In reply to David Binderman from comment #6) > (In reply to Aldy Hernandez from comment #5) > > Can you verify that's the commit?=20=20 >=20 > git bisect says: >=20 > 10e481b154c5fc63e6ce4b449ce86cecb87a6015 is the first bad commit. r14-32-g10e481b154c5fc63=