From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AECCB3858D37; Thu, 18 Jan 2024 21:50:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AECCB3858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705614608; bh=HgtX6oE0azYCta+SaUmfFh8Eb2m+dmv7S7AfM3airFM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=TJorhRZ3oZankdj3yXZmCFzVQXlCgMPaWSVih/7y6N1kPzAB1SUMxIhhghCPi767i 2AFxfFHNE+m1rhB55DJsypq2MapqNLRIVVse3heWp8S4sijP+/ayAYtsyN53ML0pGa A3rzn4F2NTJ0QVnmfUt025F61+jnTOsgoA8bhaWI= From: "seurer at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/113317] New test case libgomp.c++/ind-base-2.C fails with ICE Date: Thu, 18 Jan 2024 21:50:08 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: seurer 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: 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=3D113317 --- Comment #6 from seurer at gcc dot gnu.org --- >From experimenting this seems to be an issue with the system compiler gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04)=20 I tried an older compiler (8.4) and it worked ok. I just experimented a bit and it fails with the current gcc 11 and 12 used = as the build compiler as well. It works when I use gcc 13.=