From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A02753858C50; Tue, 24 Oct 2023 22:09:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A02753858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698185364; bh=Mv6GP7WM3bnHnv4cHsqSQqVdHfED9EkDwPY4Uz+WyPM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=e30hfWZv1i4hhli9PdpzHOGcTgDL0w001Bb2HBHMpLFCeYfrN8k3D3oRPFdApn7MA ZYucq/a4Ubb5GaWJ2F4zBaFRN47d4O/3S93V+fgiimMsC4LotqoM7r3nwD+WlGPc0V /1F1EvN3paHQVIODLmH24UfgNqDbfRCd9Ap/mhyM= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111906] ICE: segfault during GIMPLE pass: dom in gsi_prev() testsuite torture/bitint-39.c with -O1 (expensive tests) Date: Tue, 24 Oct 2023 22:09:24 +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: 14.0 X-Bugzilla-Keywords: ice-on-valid-code 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_reconfirmed_on bug_status everconfirmed keywords 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=3D111906 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2023-10-24 Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Keywords| |ice-on-valid-code --- Comment #4 from Andrew Pinski --- I wonder if we are just barely hitting the stack limit and that depending on other improvements sometimes it causes an ICE or not. 2 reports of it now so confirmed.=