From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 60B1F3857375; Fri, 21 Oct 2022 07:43:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 60B1F3857375 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666338188; bh=VGyyuGNhdrUvA0XKLYSWUDGArhqX76kTq8YY6kPyDsA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=q/tYl+87QOQyIEZ+EB+A3xKGj8qXfwS+0aM3imOXI6q5kjBjeP1oRv1yUPpEoQUNz UmQSbAoO+nmhIZ9Xzl68Ce21g91Gdm53/nxElPiL7zjSwb74B8XYYoTx5Sqvqeyek1 8H/BHrbn+93T9KUSWB6vxEZtjtEkew1IX0bwfS6s= 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, 21 Oct 2022 07:43:08 +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: 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 #3 from Carlos E --- (In reply to Richard Biener from comment #2) > Please attach preprocessed source and maybe try GCC 10.4 which contains m= any > bugfixes. I downloaded GCC 10.4 and it's compiling now. Will try it out. Thanks. When you say to attach a preprocessed source, what would be the most accept= ed command that I should be running which can reliably show whatever was preprocessed?=20=20=20 Is it g++ with an -E option? Are other options relevant? Or GNU Make -d ?=