From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 358B33858CDB; Wed, 25 Oct 2023 04:24:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 358B33858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698207894; bh=n2+UEuNwNQ4A3cvJIrgRMcAF9II3ZVBc/yWWs+uyS5s=; h=From:To:Subject:Date:In-Reply-To:References:From; b=F4231MahgGwL7zPIMhzC8vtUUYdx74FBuB1a0GVEh/QaTvJSvvM2FYplKbSLIRfkX YpWjMJIUjxMSjnmir7OP4wmVU3e6QHwqHOXUaGm7Sm4hbIVsbkwsnJCVbtvya7zP66 p59JXxZSXnP6OPVwibPU42CvdPsRetygQadBAOSQ= From: "rimvydas.jas at gmail dot com" 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: Wed, 25 Oct 2023 04:24:53 +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: rimvydas.jas at gmail dot com 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: 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 --- Comment #5 from Rimvydas (RJ) --- ICE reproducible again outside check-gcc-c testing with gcc-14-4902 build: However it still passes with "-O1 -std=3Dgnu2x" this time.=