From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 88FEB3858D32; Mon, 27 Feb 2023 17:50:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 88FEB3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677520246; bh=YB+N06kzKRW/bq4mGaB+hL7czJ23olGW2Lt8/7/zHPM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=L/ec53xV+iAOW8lksXKMv/n3sHSdj/o2XwjuZzUobd6qSJtPu2O7T2PvrtCeEBJ3z 1tnQNdaz7rO6JpecMXpPVfAlzo/FEjkKor9RYc1QRe7rQs0LbLy4yN0I2y1jioOj5C NGTyr50Tk7lYT24ves1sFfLBjKv4TDssSgWv+ELA= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/108942] ICE in build2, at tree.c: 5096 for gcc/testsuite/gcc.dg/torture/ssa-fre-7.c:23:3 Date: Mon, 27 Feb 2023 17:50:46 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org 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: see_also 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=3D108942 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D108954 Keywords|ice-on-invalid-code | Component|c |testsuite --- Comment #2 from Andrew Pinski --- I split the ICE off into PR 108954 as I found a testcase which ICEs on x86_64-linux-gnu. So this bug report is just about the testsuite fix.=