From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F0E133858C31; Thu, 28 Mar 2024 02:58:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F0E133858C31 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711594696; bh=h/ufA17iSAET8Y6BiiPoywQwa/5P5IAE8ayBBTgDd2o=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YTeAeC2GPKg9vvXRSBT8eTFtGqkL8OQT2HHYKpuiEd5vn7Ebn1UXs1jXrUG01qFEo Rf/PTsDR3UAMOdT/6o7z6G/ySlEfNX71zODvuBtrXR0DTMTyiIbzkjZHT+Xf0SX78C pgC4yk6HZWlK7mHcXp63tAb8xs1q1z5ZRBwhT4Xg= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/114501] [11/12/13/14 Regression] ICE during modref with LTO Date: Thu, 28 Mar 2024 02:58:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ipa X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code, lto 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: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_work everconfirmed cf_reconfirmed_on target_milestone short_desc bug_status 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=3D114501 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |8.5.0 Ever confirmed|0 |1 Last reconfirmed| |2024-03-28 Target Milestone|--- |11.5 Summary|ICE during modref with LTO |[11/12/13/14 Regression] | |ICE during modref with LTO Status|UNCONFIRMED |NEW Known to fail| |9.1.0 --- Comment #4 from Andrew Pinski --- With my reduced testcase it worked in GCC 8.5.0 but started to ICE in GCC 9. Confirmed.=