From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 62EE9385DC01; Wed, 25 Oct 2023 11:19:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 62EE9385DC01 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698232741; bh=KUPiFYXW6Tr5isI15dgwWvMLDwkm7AoDveL9rHasnFU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WNvTZkIxQzDU8BLe7dIRDecLeaZoqKyYtUJCBgePlnwCJEV3QVkPLDMvBUeYRU50p yUhukp0qGxL8T/tikMbtfRjPDQeYo0iNjNFoi4uqQUVsmB7yGFNZBUOlZ88XFWFdlf QawVW7r3Xtq0R46SWX0GYy3zBUuyc2oyeL16E9pQ= From: "basile at starynkevitch dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/111974] internal error: Segmentation fault on Ubuntu 23.10 (x86-64) - compiling RefPerSys Date: Wed, 25 Oct 2023 11:19:01 +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: 13.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: basile at starynkevitch dot net 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: 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=3D111974 --- Comment #3 from Basile Starynkevitch = --- This bug seems to have disappeared with a trunk GCC (GCC commit f32c1e1e96f= fef) compiled from its source code=20 /usr/local/bin/g++-trunk --version g++-trunk (GCC) 14.0.0 20231025 (experimental) Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. where the g++ trunk code has been configured then compiled using '../gcc/configure' '--enable-host-shared' '--program-suffix=3D-trunk' '--enable-debug' '--disable-bootstrap' 'CFLAGS=3D-O2 -g' 'CXXFLAGS=3D-O2 -g' '--enable-languages=3Dc,c++,jit,lto'=