From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5B4533858D33; Wed, 12 Apr 2023 20:52:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5B4533858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1681332770; bh=thNAYmQszrOQzMoTLC5t5m50O3etU0fmqBTTtM8F/bs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BskVqFkFAGYOkwNNt4JbjiqhcofAwr1G9UOrq83AJRmQXbRSkT0tnmtQ8pXJcPLc8 JZ4CQezQAQGDy6iH9dDzOnIHKNX324LJUZGgDZYh8xLgdlR+uhIsHb3SJ/o5bhfy8M x9yugfRZL5snHro/kk4g6I+7o74MkBNS441jA6OM= 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:52:50 +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: 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 #2 from Andrew Pinski --- I should note while trying to test this on x86_64 (removing the altivec specific intrinsics) the compile time was large even for -O0. It was ok with -fsyntax-only though.=