From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C6221385841F; Mon, 8 Apr 2024 09:50:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C6221385841F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712569844; bh=dFmKbBsXoSvrDZ5HLV0m3bDA2DZTQyF55PDLrD3X8gw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=g8CfbmznIkUYJz+Rik2wdqKmoAIseMgpoq5pE3suaf83lnJWCFAKhD7CFvOEyrnyD /V0dJ38/bcM2/l1NoDvH5jyycPWyb9lTUpjzlabbpreuWfTcw/91K8WITDjLZSebUj d4dyzDCRC8DaY6keanlU7pfmvCwE3GTkGwZF+iNk= From: "douglas.boffey at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/114480] g++: internal compiler error: Segmentation fault signal terminated program cc1plus Date: Mon, 08 Apr 2024 09:50:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 11.4.0 X-Bugzilla-Keywords: compile-time-hog, memory-hog, ra X-Bugzilla-Severity: normal X-Bugzilla-Who: douglas.boffey at gmail dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rguenth 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=3D114480 --- Comment #23 from Douglas Boffey --- (In reply to Richard Biener from comment #22) > Note we're using -Wl,--stack,12582912 when linking the GCC executables, I > wonder > if the reporter can verify the segfaulting executables have the correct s= tack > size set? How do I find that out?=