From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 02F933858D1E; Wed, 25 Oct 2023 16:50:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 02F933858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698252605; bh=r46xQFb5ZSZxZepUfZgBnYbiBNWT9HD4w4Bl6/ACx/w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=DKXlF2WIjwdXjfCJtqLEWm7XIO6l0EHGeGHuv5VBk+tPI1azRMEfmElcF/R8wfz9d ZmQM9jEluAfrRnto8juull+mKBVeSIa2IAgI6OPb7igMR27jEIY4qfIUTNnEXtLid6 BV878f/ResWVGwgCM7lamb9ElW+MctZ2BGhMvQLs= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug objc++/111920] [14 Regression] encode-{8,9,10}.mm internal compiler error: in tsubst_expr, at cp/pt.cc:21533 Date: Wed, 25 Oct 2023 16:50:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: objc++ X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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=3D111920 --- Comment #5 from Patrick Palka --- (In reply to Jonathan Wakely from comment #4) > N.B. this same ICE was affecting C++ too, several libstdc++ tests failed > with -std=3Dc++20, e.g. >=20 > GLIBCXX_TESTSUITE_STDS=3D20 make check > RUNTESTFLAGS=3Dconformance.exp=3D*/48101-2_neg.cc Interesting, I wasn't able to reproduce with this fix (and my other recent fallout fixes reverted)... I'm glad the ICE is gone in any case.=