From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C8D853858C33; Thu, 20 Jul 2023 18:50:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C8D853858C33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689879040; bh=R+puy16IWgnACBCdWdWVKLxBowaOrRglCEyaAlXHNXQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=F0hXQOEV08IGnHNA+h2k7tqwGsUSnwBF4sweBMlMPuH9fBbl4T43vVqM7+ivVw+Pi p8W2MVJy0aApjkpQyoCWX7oC7nCp8SPKg91ylezlTQH8FssKplFeea9fGYf/sq5BmD QZ0GThQp4GHk5TirKl12CIl7gV5S7zGoWagVwTv0= From: "ivanka2012 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/106103] ICE in binds_to_current_def_p when source object files are compiled with -flto -Os Date: Thu, 20 Jul 2023 18:50:39 +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: 12.1.0 X-Bugzilla-Keywords: ice-on-valid-code, lto X-Bugzilla-Severity: normal X-Bugzilla-Who: ivanka2012 at gmail dot com 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: cf_known_to_work cf_known_to_fail 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=3D106103 Ivan changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |11.3.0 Known to fail|11.3.0 |13.1.0 --- Comment #3 from Ivan --- It seems like commit 5a1ef1cfac005370d0a5a0f85798724cb2c9cf5e (Analyze SRA candidates in ipa-fnsummary) somehow fixes this bug in master...=