From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CEB763858C56; Tue, 26 Mar 2024 12:05:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CEB763858C56 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711454752; bh=at3bgJyMLENsBFqAVQTel5kHEwgVYp/ii5xHit9vwCU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Q2uwBlNd6RrZo6KIonjzOz5ItXY0Lpeu+c9nU+6bwZpzIYQjXbi50RurLneF5XMBC DNMns3q/iP2/wNn984os4cKRv284wrCX2ogsRZx4MOVKJYStY/7Df1EcF9wf6E4FaW vXHREds1U/sGDj68XizitQk4CKJzAyuzIKJeJhJk= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/114480] g++: internal compiler error: Segmentation fault signal terminated program cc1plus Date: Tue, 26 Mar 2024 12:05:52 +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 X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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: everconfirmed bug_status 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=3D114480 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|1 |0 Status|WAITING |UNCONFIRMED Keywords| |compile-time-hog, | |memory-hog --- Comment #4 from Andrew Pinski --- Hmm, this file contains a huge initialization like: {{0, 1, 2, 3, 4}, {0, 24}, {fpToT, f, fpHoT, foT}}, repeated in a similar pattern a lot ...=