From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F11C23858D35; Fri, 4 Nov 2022 22:20:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F11C23858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667600433; bh=FTmTisF8wc7AuGYT1E0PpW2920rgZOm7/e/vyeT7fMs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MlWSbKsypdiwxCIexDuZy2KPNnvts9MbXC7QcyVC1RrWpsh7U4pg3/n2tXfWgz+4W QHitrQNe4/LxI6FTvu6YFUHlZi39pfM1w3bMWB8lBpETrd60+H6mtWpVyXkK6Rddz4 MakGPZumnbelK9GSXU1xGvRm2Wklh9QtvAtnYvm4= From: "kaploceh at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107327] internal compiler error: in tsubst_pack_expansion, at cp/pt.c:12930 Date: Fri, 04 Nov 2022 22:20:31 +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: 10.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: kaploceh at gmail dot com X-Bugzilla-Status: WAITING 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: attachments.created 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=3D107327 --- Comment #11 from Carlos E --- Created attachment 53829 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D53829&action=3Dedit preprocessed file on 10.2 preprocessed with echo '#include ' | gcc -x c - -E=