From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C24033858D3C; Thu, 13 Apr 2023 16:22:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C24033858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1681402939; bh=kvnQaPEzRI9Aty21CZNGnsqWuXEhvb4uXb/CzTZgBxg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OipaY6iweIoPiv+TX4xYk2Ynu7w4oeW7lzlhOuc5YHmoDdgxcEnqZF03wjUh3FE2v xcU191y/jRZ4Mc21mUvYP4hmcRkXuNOiQToiwtHeXc6cO+LUab1rSVKFD6B1Yf2kkV Gb0DZoH/bsR1ZvFbmqIyyMv+LMaFdnw+nyNJCg0Y= From: "chip.kerchner at ibm dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109491] [11/12 Regression] Segfault in tree-ssa-sccvn.cc:expressions_equal_p() Date: Thu, 13 Apr 2023 16:22:19 +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: chip.kerchner at ibm dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 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 #12 from Chip Kerchner --- > having always_inline across a deep call stack can exponentially increase = compile-time Do you think it would be worth requesting a feature to reduce the compilati= on times in situations like this? Ideally exponentially is not a good thing.=