From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 73821385B83D; Fri, 21 Oct 2022 08:06:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 73821385B83D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666339562; bh=awbrqc5vFVLsLXgyZyUJPP7sam9vIIYW46UYuWjns/4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=x79kx9Mfpwc4ZK9UDjqkBPL+ta6TXD11+0bkFNV+Rlz9eiS1Kns84x0S17vck0DIO DbLFmekaWS3yNqLgFL1tQTr+9Mz1lvTCrZK/bkGl+2oHODUExaKCT/T9FbZ3vx1zNg EhE/kSoAB7Yhid3a7VExgIH8Uz9e5aYqR1RXzk5Y= 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 08:06:02 +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 #4 from Martin Li=C5=A1ka --- > When you say to attach a preprocessed source, what would be the most > accepted command that I should be running which can reliably show whatever > was preprocessed?=20=20=20 Just append -E to the existing command line arguments, that would be fine.=