From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2B1563858C5E; Wed, 12 Apr 2023 20:54:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2B1563858C5E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1681332867; bh=MGptO8NNQi/Z/XqZlJUW6th4OFyVG0uycXrjZDXWp1w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=oATY1T7xzV05xNPe54HN9Uvm7RXT3XE32OWcuN8OYRiOGiOhgXTs8A3ksazRTtdEJ 6bh0NtGMLuqD/1FzpGo/DGSdYfu1tuzf9bXmPbAfyr3pDDxryZZBnNgtReWePZS431 q8oqZpboiiSRNGv2oUAmHcaZ8i7qqXg6ruulYhHw= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109491] [13 Regression] Segfault in tree-ssa-sccvn.cc:expressions_equal_p() Date: Wed, 12 Apr 2023 20:54:26 +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: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D109491 --- Comment #3 from Andrew Pinski --- Created attachment 54846 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54846&action=3Dedit Removed altivec intrinsics This changes the altivec intrinsics except for __builtin_vec_mergeh which I just commented out. And the compile time seems really high.=