From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6F77F385416C; Fri, 21 Oct 2022 10:40:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6F77F385416C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666348853; bh=jLp0xhPEksVMRZijODeTsnZoPLbMa6ru6iHUPr7OXog=; h=From:To:Subject:Date:In-Reply-To:References:From; b=oM30QFz91qd2ciFAJiMgY9lEFaJF+fGywxYYpYG1dkIJzyWnBufuKviDJtm+mGxeg Odqj6exQRCCm4nLmLE9l08K9kZS+N4Gsz3lVLeLUPU1YlEoUJGj+OflSzWnz0Tu8F9 61mUDiW25MiGcyzTeucQ/SX8NbQMzOpYg694j+0g= From: "marxin at gcc dot gnu.org" 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 10:40:52 +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: marxin at gcc dot gnu.org 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 #7 from Martin Li=C5=A1ka --- (In reply to Carlos E from comment #6) > (In reply to Martin Li=C5=A1ka from comment #4) > > > When you say to attach a preprocessed source, what would be the most > > > accepted command that I should be running which can reliably show wha= tever > > > was preprocessed?=20=20=20 > >=20 > > Just append -E to the existing command line arguments, that would be fi= ne. >=20 > done. We need what was likely printed to stdout, or saved to a .o file. See what's the pre-processed source file: echo '#include ' | gcc -x c - -E=