From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 69254385840B; Tue, 9 Apr 2024 07:51:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 69254385840B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712649108; bh=WCaJfOtKrU1/1n/Lg+Agbe8mQnQASkdFTO5bEl97tKY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VO7UgHXP09MTG4hvyrNoVlVSz2+Z/DmZ6V3YAYrPv2X1/1LOIB3Mpv8y+gTTiyV+3 z65LnU7sR9PUZP4Wn4eVrfrgMTscOxDLYS+Fgc45yi1cIU9I2eeM17MMIfo3ZxZ6XV 4wg8ElAXVubAGzJ7t8pAN+LwgGLVG/4smRTS2+9A= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/114480] [12/13/14 Regression] g++: internal compiler error: Segmentation fault signal terminated program cc1plus Date: Tue, 09 Apr 2024 07:51:46 +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: rguenth at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs-bisection | --- Comment #29 from Richard Biener --- (In reply to Richard Biener from comment #28) > Bisecting the original 11->12 regression would be nice. r12-6329-g4f6bc28fc7dd86 - the correctness fix for PR66139 / PR52320=