From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9746B3858402; Fri, 26 Apr 2024 14:25:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9746B3858402 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714141509; bh=3cusBDzvIfAF5T2XGfqgft6OSW6mu2ZppkOXnyxAFXc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=N/a5dDUDdbtFZv6vEU6KPhxKys5lvpN+d17n0Yu7GSz4WA9o2cSpPfZySm3Gz6qmq qvGMjkutCMf4Xh1Z1TZMTd7v3nBA9JkQCGXm7WA/M8cFI/3lL4Qv2foi6+/Q0Pp5tH Qs56985WTbHKbPR/E8vtVl2EatzgUK87yLhOBNs8= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/114855] ICE: Segfault Date: Fri, 26 Apr 2024 14:25:09 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 13.2.0 X-Bugzilla-Keywords: compile-time-hog, ice-on-valid-code, memory-hog X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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: cc everconfirmed bug_status cf_reconfirmed_on 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=3D114855 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amacleod at redhat dot com Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Last reconfirmed| |2024-04-26 --- Comment #4 from Richard Biener --- Trunk at -O1: dominator optimization : 495.14 ( 82%) 0.20 ( 5%) 495.44 ( 8= 1%)=20 113M ( 5%) I can confirm the segfault with the 13.2 release. It segfaults in #0 0x00000000009a8603 in (anonymous namespace)::pass_waccess::check_dangling_stores (this=3Dthis@entry=3D0x2866= fc0, bb=3D0x7ffff5277480, stores=3D..., bbs=3D...) at /space/rguenther/src/gcc-13-branch/gcc/gimple-ssa-warn-access.cc:4535 with too deep recursion. That was fixed by r14-4308-gf194c684a28a5d for PR111600 and could be backported, leaving the compile-time hog. I'll do that next week.=